diff options
| author | Simon Wells <simon@air.local> | 2018-10-08 17:26:25 +0000 |
|---|---|---|
| committer | Simon Wells <simon@air.local> | 2018-10-08 17:26:25 +0000 |
| commit | 9fd3f57e045b448682ad6da34420bd5eb22a7438 (patch) | |
| tree | 5e641e277d466acc86486cab323713bd5953f4b6 /CMakeScripts | |
| parent | SPAttributeEnum typed function arguments (diff) | |
| download | inkscape-9fd3f57e045b448682ad6da34420bd5eb22a7438.tar.gz inkscape-9fd3f57e045b448682ad6da34420bd5eb22a7438.zip | |
Add CMAKE_CXX_STANDARD for cmake 3.1
add note saying can remove -std=c++11 when minimum cmake is 3.1
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/DefineDependsandFlags.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake index 897aafb57..53dd7fe94 100644 --- a/CMakeScripts/DefineDependsandFlags.cmake +++ b/CMakeScripts/DefineDependsandFlags.cmake @@ -14,6 +14,8 @@ list(APPEND INKSCAPE_INCS ${PROJECT_SOURCE_DIR} # Add C++11 standard compliance # TODO: Add a proper check for compiler compliance here # ---------------------------------------------------------------------------- +# this can be removed when cmake minimum is 3.1 +# as replaced with CMAKE_CXX_STANDARD in main CMakeLists.txt list(APPEND INKSCAPE_CXX_FLAGS "-std=c++11") |
