File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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 case to build for." )
19+ set (Idefix_PROBLEM_DIR "${CMAKE_BINARY_DIR} " CACHE STRING "Define the directory of the problem 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 )
You can’t perform that action at this time.
0 commit comments