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 7094da9 commit 27fe004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mac/cmake/3fw.cmake.in
Expand Up @@ -8,8 +8,8 @@ MESSAGE (STATUS "Bundling other frameworks is not functional yet, skipping...")
# kill boolean warnings
CMAKE_POLICY (SET CMP0012 NEW)

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")

#

0 comments on commit 27fe004

Please sign in to comment.