diff --git a/CMakeLists.txt b/CMakeLists.txt index c5f9b786..0c08d0c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,3 +126,6 @@ endif() # --- End of section --- # TODO : OS X build settings and tasks +if(APPLE) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -fvisibility=default -v") +endif()