mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
optionally build calibrationWizards
This commit is contained in:
parent
1a0550301b
commit
0807e130e4
@ -12,3 +12,10 @@ add_subdirectory(slsImageReconstruction)
|
|||||||
if (QWT_FOUND)
|
if (QWT_FOUND)
|
||||||
add_subdirectory(slsDetectorGui)
|
add_subdirectory(slsDetectorGui)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (DEFINED ENV{ROOTSYS})
|
||||||
|
find_package(ROOT)
|
||||||
|
if (ROOT_FOUND)
|
||||||
|
add_subdirectory(calibrationWizards)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user