Skip to content

Commit

Permalink
cmake: display correct option
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Nov 14, 2024
1 parent 9422b5c commit 8a7fcb5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export(

include(config_summary)

config_summary_header("Ports-of-Call" "ports-of-call" 30) # 30 characters seems wide enough
config_summary_header("Ports-of-Call" "ports-of-call" 48)

config_summary_block("CMake Options")
config_summary_variable("CMAKE_BUILD_TYPE")
Expand All @@ -167,8 +167,6 @@ endif()

config_summary_block("User Options") # Are these the right user options?
config_summary_option("PORTS_OF_CALL_BUILD_TESTING")
config_summary_option("PORTABILITY_STRATEGY_CUDA")
config_summary_option("PORTABILITY_STRATEGY_KOKKOS")
config_summary_option("PORTABILITY_STRATEGY_NONE")
config_summary_variable("PORTS_OF_CALL_TEST_PORTABILITY_STRATEGY")

config_summary_print()

0 comments on commit 8a7fcb5

Please sign in to comment.