Skip to content

Commit

Permalink
Fix for source or build directory paths that contain spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Apr 10, 2012
1 parent cab8c4f commit b0abc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mac/cmake/1osg.cmake.in
Expand Up @@ -8,8 +8,8 @@ CMAKE_POLICY (SET CMP0012 NEW)

IF (@OSGEARTH_FOUND@)

INCLUDE (@CMAKE_BINARY_DIR@/mac/0vars.cmake)
INCLUDE (@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake)
INCLUDE ("@CMAKE_BINARY_DIR@/mac/0vars.cmake")
INCLUDE ("@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake")

SET (OSG_PLUGINS_PATH "@OSG_PLUGINS_PATH@")

Expand Down

0 comments on commit b0abc52

Please sign in to comment.