Indent fixes

This commit is contained in:
archshift 2014-05-17 12:54:38 -07:00
parent c396a5ac57
commit 603ef89dad
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pkg_search_module(GLFW REQUIRED glfw3)
IF (APPLE)
FIND_LIBRARY(COREFOUNDATION_LIBRARY CoreFoundation)
SET(CMAKE_CXX_FLAGS "-stdlib=libc++")
SET(CMAKE_CXX_FLAGS "-stdlib=libc++")
SET(CMAKE_EXE_LINKER_FLAGS "-stdlib=libc++")
ENDIF (APPLE)