We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c40290 commit 8df4ac2Copy full SHA for 8df4ac2
1 file changed
GPU/GPUTracking/Standalone/CMakeLists.txt
@@ -112,6 +112,8 @@ endif()
112
113
if(GPUCA_CONFIG_ROOT)
114
find_package(ROOT CONFIG REQUIRED)
115
+elseif(GPUCA_BUILD_EVENT_DISPLAY)
116
+ message(FATAL_ERROR "Cannot build event display without ROOT")
117
endif()
118
find_package(Microsoft.GSL REQUIRED HINTS "$ENV{MS_GSL_ROOT}/share/cmake")
119
0 commit comments