fix cmake (cannot find VERSION file) when using package as subfolder as cmake_source_dir is not same anymore, add troubleshooting doc for m3 regarding loose control board for waiting status in auto timing mode, fix m3 tests to test register write (previously was read only) (#1048)

This commit is contained in:
2024-11-21 16:44:09 +01:00
committed by GitHub
parent c6c7632ef7
commit ffd7cd1070
4 changed files with 35 additions and 3 deletions

View File

@ -64,7 +64,7 @@ configure_file( scripts/test_virtual.py
${CMAKE_BINARY_DIR}/test_virtual.py
)
configure_file( ${CMAKE_SOURCE_DIR}/VERSION
configure_file( ${CMAKE_CURRENT_LIST_DIR}/../VERSION
${CMAKE_BINARY_DIR}/bin/slsdet/VERSION
)