CMake path quoting fixes.

This commit is contained in:
Camilla Berglund
2014-08-15 01:10:07 +02:00
parent 4ce884fa52
commit 452e95d02a
2 changed files with 4 additions and 6 deletions

View File

@@ -11,8 +11,7 @@ endif()
include_directories("${GLFW_SOURCE_DIR}/include"
"${GLFW_SOURCE_DIR}/deps")
if (NOT APPLE)
# HACK: This is NOTFOUND on OS X 10.8
if ("${OPENGL_INCLUDE_DIR}")
include_directories("${OPENGL_INCLUDE_DIR}")
endif()