Skip to content

Commit

Permalink
Capitalize C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonald committed Sep 27, 2016
1 parent 993d561 commit a478db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/StandardProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function(standard_project_preinit)
endif()

# CMAKE_OSX_DEPLOYMENT_TARGET < 10.9 implies -stdlib=libstdc++, which doesn't have
# complete c++11 support. override with libc++
# complete C++11 support. Override with libc++
if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET AND CMAKE_OSX_DEPLOYMENT_TARGET VERSION_LESS 10.9)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++" PARENT_SCOPE)
endif()
Expand Down

0 comments on commit a478db6

Please sign in to comment.