[CMake] Building an object with spaces in path

Brad King brad.king at kitware.com
Fri Jul 7 12:46:51 EDT 2006


Richard Moreland wrote:
> I have a problem when building an object that resides in a path with 
> spaces.  I have the following source tree:
> 
> /test
>   CMakeLists.txt
>   two words/
>      CMakeLists.txt
>      main.cpp

Spaces in the path to the top-level source tree and/or top-level build 
tree are supported.  Spaces in directory names within the project have 
never been tested.  You can submit a feature request here:

http://www.cmake.org/Bug

-Brad


More information about the CMake mailing list