summaryrefslogtreecommitdiff
path: root/src/cmake/modules/GUDHI_compilation_flags.cmake
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2019-09-23 17:12:02 +0200
committerGitHub <noreply@github.com>2019-09-23 17:12:02 +0200
commit8d4cda83780a0005439f6dcd68318b3ca814a0c1 (patch)
tree7c7fb38e193da80875a3d85cec029a875c84bd8f /src/cmake/modules/GUDHI_compilation_flags.cmake
parent36d82a6ffe7c099da9241f7268637feaeef6bf55 (diff)
parent89d678a78dd2bf05ef3d00e889fe0d9c51fb3b32 (diff)
Merge pull request #93 from VincentRouvreau/cpp14_for_cgal5
C++ 14 is the new standard for the project
Diffstat (limited to 'src/cmake/modules/GUDHI_compilation_flags.cmake')
-rw-r--r--src/cmake/modules/GUDHI_compilation_flags.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmake/modules/GUDHI_compilation_flags.cmake b/src/cmake/modules/GUDHI_compilation_flags.cmake
index 86cd531b..6cd2614d 100644
--- a/src/cmake/modules/GUDHI_compilation_flags.cmake
+++ b/src/cmake/modules/GUDHI_compilation_flags.cmake
@@ -38,7 +38,7 @@ function(can_cgal_use_cxx11_thread_local)
check_cxx_source_compiles("${CGAL_CAN_USE_CXX11_THREAD_LOCAL}" CGAL_CAN_USE_CXX11_THREAD_LOCAL_RESULT)
endfunction()
-set (CMAKE_CXX_STANDARD 11)
+set (CMAKE_CXX_STANDARD 14)
enable_testing()