Skip to content
Snippets Groups Projects
Commit 42281cdd authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: compile with c++17 flag for consistency with OpenFOAM-v2412 itself

parent 0f21605b
No related merge requests found
......@@ -23,7 +23,7 @@ add_definitions(
-DWM_$ENV{WM_PRECISION_OPTION}
-DWM_LABEL_SIZE=$ENV{WM_LABEL_SIZE}
-DNoRepository
-std=c++14
-std=c++17
)
set(CMAKE_CXX_FLAGS_DEBUG
......
......@@ -23,7 +23,7 @@ add_definitions(
-DWM_$ENV{WM_PRECISION_OPTION}
-DWM_LABEL_SIZE=$ENV{WM_LABEL_SIZE}
-DNoRepository
-std=c++14
-std=c++17
)
#-----------------------------------------------------------------------------
......@@ -23,7 +23,7 @@ add_definitions(
-DWM_$ENV{WM_PRECISION_OPTION}
-DWM_LABEL_SIZE=$ENV{WM_LABEL_SIZE}
-DNoRepository
-std=c++14
-std=c++17
)
#-----------------------------------------------------------------------------
......@@ -23,7 +23,7 @@ add_definitions(
-DWM_$ENV{WM_PRECISION_OPTION}
-DWM_LABEL_SIZE=$ENV{WM_LABEL_SIZE}
-DNoRepository
-std=c++14
-std=c++17
)
set(CMAKE_CXX_FLAGS_DEBUG
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment