File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ option(Idefix_DEBUG "Enable Idefix debug features (makes the code very slow)" OF
1616option (Idefix_RUNTIME_CHECKS "Enable runtime sanity checks" OFF )
1717option (Idefix_WERROR "Treat compiler warnings as errors" OFF )
1818option (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." )
2020set (Idefix_CXX_FLAGS "" CACHE STRING "Additional compiler/linker flag" )
2121set (Idefix_DEFS "definitions.hpp" CACHE FILEPATH "Problem definition header file" )
2222option (Idefix_CUSTOM_EOS "Use custom equation of state" OFF )
@@ -251,7 +251,7 @@ message(STATUS " Python: ${Idefix_PYTHON}")
251251message (STATUS " Reconstruction: ${Idefix_RECONSTRUCTION} " )
252252message (STATUS " Precision: ${Idefix_PRECISION} " )
253253message (STATUS " Version: ${Idefix_VERSION} " )
254- message (STATUS " Problem directory: '${Idefix_PROBLEM_DIR_ABS } '" )
254+ message (STATUS " Problem directory: '${Idefix_PROBLEM_DIR } '" )
255255message (STATUS " Problem definitions: '${Idefix_DEFS} '" )
256256if (Idefix_CUSTOM_EOS)
257257 message (STATUS " EOS: Custom file '${Idefix_CUSTOM_EOS_FILE} '" )
You can’t perform that action at this time.
0 commit comments