Skip to content

Commit 446ad68

Browse files
svalatglesur
andauthored
build: fix help message and printing about -DIdefix_PROBLEM_DIR
Co-authored-by: Geoffroy Lesur <geoffroy.lesur@univ-grenoble-alpes.fr>
1 parent 2c6526d commit 446ad68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ option(Idefix_DEBUG "Enable Idefix debug features (makes the code very slow)" OF
1616
option(Idefix_RUNTIME_CHECKS "Enable runtime sanity checks" OFF)
1717
option(Idefix_WERROR "Treat compiler warnings as errors" OFF)
1818
option(Idefix_PYTHON "Enable python bindings (requires pybind11)" OFF)
19-
set(Idefix_PROBLEM_DIR "${CMAKE_BINARY_DIR}" CACHE STRING "Define the directory of the problem to build for.")
19+
set(Idefix_PROBLEM_DIR "${CMAKE_BINARY_DIR}" CACHE STRING "Problem directory to build for.")
2020
set(Idefix_CXX_FLAGS "" CACHE STRING "Additional compiler/linker flag")
2121
set(Idefix_DEFS "definitions.hpp" CACHE FILEPATH "Problem definition header file")
2222
option(Idefix_CUSTOM_EOS "Use custom equation of state" OFF)
@@ -251,7 +251,7 @@ message(STATUS " Python: ${Idefix_PYTHON}")
251251
message(STATUS " Reconstruction: ${Idefix_RECONSTRUCTION}")
252252
message(STATUS " Precision: ${Idefix_PRECISION}")
253253
message(STATUS " Version: ${Idefix_VERSION}")
254-
message(STATUS " Problem directory: '${Idefix_PROBLEM_DIR_ABS}'")
254+
message(STATUS " Problem directory: '${Idefix_PROBLEM_DIR}'")
255255
message(STATUS " Problem definitions: '${Idefix_DEFS}'")
256256
if(Idefix_CUSTOM_EOS)
257257
message(STATUS " EOS: Custom file '${Idefix_CUSTOM_EOS_FILE}'")

0 commit comments

Comments
 (0)