Skip to content
Snippets Groups Projects
Commit 603ef89d authored by archshift's avatar archshift
Browse files

Indent fixes

parent c396a5ac
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ pkg_search_module(GLFW REQUIRED glfw3) ...@@ -22,7 +22,7 @@ pkg_search_module(GLFW REQUIRED glfw3)
IF (APPLE) IF (APPLE)
FIND_LIBRARY(COREFOUNDATION_LIBRARY CoreFoundation) FIND_LIBRARY(COREFOUNDATION_LIBRARY CoreFoundation)
SET(CMAKE_CXX_FLAGS "-stdlib=libc++") SET(CMAKE_CXX_FLAGS "-stdlib=libc++")
SET(CMAKE_EXE_LINKER_FLAGS "-stdlib=libc++") SET(CMAKE_EXE_LINKER_FLAGS "-stdlib=libc++")
ENDIF (APPLE) ENDIF (APPLE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment