We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f0ccc commit 2e57765Copy full SHA for 2e57765
1 file changed
CMakeLists.txt
@@ -232,7 +232,8 @@ if(GAMMARAY_STATIC_PROBE)
232
set(GAMMARAY_PROBE_ONLY_BUILD_DEFAULT ON)
233
endif()
234
gammaray_option(
235
- GAMMARAY_PROBE_ONLY_BUILD "Build only an additional probe configuration for an already existing launcher." ${GAMMARAY_PROBE_ONLY_BUILD_DEFAULT}
+ GAMMARAY_PROBE_ONLY_BUILD "Build only an additional probe configuration for an already existing launcher."
236
+ ${GAMMARAY_PROBE_ONLY_BUILD_DEFAULT}
237
)
238
if(GAMMARAY_STATIC_PROBE AND NOT GAMMARAY_PROBE_ONLY_BUILD)
239
message(FATAL_ERROR "Must use PROBE_ONLY_BUILD for STATIC_PROBE.")
0 commit comments