We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e68c2 commit 551eca7Copy full SHA for 551eca7
CMakeLists.txt
@@ -71,7 +71,7 @@ if (${CMAKE_CXX_COMPILER_ID} MATCHES GNU)
71
elseif (${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
72
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
73
# We want to link in C++11 mode if we're using Clang and on OS X.
74
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++")
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -ftemplate-depth=256 -std=c++14 -stdlib=libc++")
75
else()
76
# We just add the -Wall and a high enough template depth
77
# flag for Clang in other systems.
0 commit comments