diff --git a/CMakeLists.txt b/CMakeLists.txt index a658fe8f..9344d134 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,5 +127,5 @@ endif() # TODO : OS X build settings and tasks if (APPLE) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libstdc++") endif(APPLE)