Skip to content

Commit 2c6526d

Browse files
committed
build: update documentation message about Idefix_PROBLEM_DIR.
1 parent 1258056 commit 2c6526d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 case to build for.")
19+
set(Idefix_PROBLEM_DIR "${CMAKE_BINARY_DIR}" CACHE STRING "Define the directory of the problem 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)

0 commit comments

Comments
 (0)