Change coment on Apple test

This is just a niceity ; the comment no longer accurately captured what the
code was doing.
This commit is contained in:
Karl Goetz 2014-12-22 22:24:46 +11:00
parent f95dbab580
commit c4b6fbba26
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ else()
endif()
endif()
## Compiler flags
## Compiler flags, CPACK configuration and other Apple specific code.
IF(APPLE)
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++")
include(${PROJECT_SOURCE_DIR}/mk/macosx/CMakeLists.txt)