Let Clang use default standard library
This commit is contained in:
parent
4437f3bf65
commit
0f37dd2347
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ include(ConfigureChecks.cmake)
|
|||
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
|
||||
# using Clang
|
||||
|
||||
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-idiomatic-parentheses -pedantic -stdlib=libc++")
|
||||
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-idiomatic-parentheses -pedantic")
|
||||
|
||||
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
|
||||
# using G++
|
||||
|
|
Loading…
Reference in a new issue