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 6dc267f commit 3347437Copy full SHA for 3347437
cmake/BuildSettings.cmake
@@ -3,7 +3,7 @@ if(${MSVC})
3
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} /Zi")
4
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /Zi")
5
set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /debug")
6
-elseif(${UNIX})
+else()
7
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
8
if(${CYGWIN}) # Don't specify -pthread on Cygwin
9
else()
0 commit comments