Skip to content

Commit

Permalink
Do not hardcode c++11 for unix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail authored and stweil committed May 31, 2019
1 parent 5df58fc commit 4348793
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Expand Up @@ -131,8 +131,6 @@ if (CYGWIN)
endif()

if (UNIX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11")

if (NOT ANDROID)
set(LIB_pthread pthread)
endif()
Expand Down

0 comments on commit 4348793

Please sign in to comment.