Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 18, 2024
1 parent b8f0ccc commit 2e57765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ if(GAMMARAY_STATIC_PROBE)
set(GAMMARAY_PROBE_ONLY_BUILD_DEFAULT ON)
endif()
gammaray_option(
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."
${GAMMARAY_PROBE_ONLY_BUILD_DEFAULT}
)
if(GAMMARAY_STATIC_PROBE AND NOT GAMMARAY_PROBE_ONLY_BUILD)
message(FATAL_ERROR "Must use PROBE_ONLY_BUILD for STATIC_PROBE.")
Expand Down

0 comments on commit 2e57765

Please sign in to comment.