Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
d9952b1c
Commit
d9952b1c
authored
Sep 09, 2019
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default to C++11
parent
69ea516b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
d9952b1c
...
...
@@ -21,8 +21,8 @@ set(OVM_ENABLE_UNITTESTS ${OVM_STANDALONE_BUILD} CACHE BOOL "Build OpenVolumeMes
set
(
OVM_ENABLE_EXAMPLES
${
OVM_STANDALONE_BUILD
}
CACHE BOOL
"Build OpenVolumeMesh examples"
)
set
(
OVM_BUILD_DOCUMENTATION
${
OVM_STANDALONE_BUILD
}
CACHE BOOL
"Build OpenVolumeMesh documentation"
)
set
(
OVM_CXX_VERSION 1
4
CACHE STRING
"C++ version to use"
)
set_property
(
CACHE OVM_CXX_VERSION PROPERTY STRINGS 14 17 20
)
set
(
OVM_CXX_VERSION 1
1
CACHE STRING
"C++ version to use"
)
set_property
(
CACHE OVM_CXX_VERSION PROPERTY STRINGS
11
14 17 20
)
if
(
OVM_STANDALONE_BUILD
)
set
(
CMAKE_RUNTIME_OUTPUT_DIRECTORY
"
${
CMAKE_CURRENT_BINARY_DIR
}
/Build/bin"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment