Re: [CMake] make - cannot open output file . (dot)

2009-07-06 Thread t...@unforbidable.com
t...@unforbidable.com wrote: t...@unforbidable.com wrote: So I tried to set EXECUTABLE_OUTPUT_PATH to the same path as PROJECT_BINARY_DIR like so: SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR} CACHE PATH Single output directory for building all executables. FORCE) This works

Re: [CMake] make - cannot open output file . (dot)

2009-07-05 Thread Bill Hoffman
t...@unforbidable.com wrote: t...@unforbidable.com wrote: So I tried to set EXECUTABLE_OUTPUT_PATH to the same path as PROJECT_BINARY_DIR like so: SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR} CACHE PATH Single output directory for building all executables. FORCE) This works on Windows

Re: [CMake] make - cannot open output file . (dot)

2009-07-04 Thread Bill Hoffman
t...@unforbidable.com wrote: So I tried to set EXECUTABLE_OUTPUT_PATH to the same path as PROJECT_BINARY_DIR like so: SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR} CACHE PATH Single output directory for building all executables. FORCE) This works on Windows (nmake makefiles) but when using

Re: [CMake] make - cannot open output file . (dot)

2009-07-04 Thread t...@unforbidable.com
t...@unforbidable.com wrote: So I tried to set EXECUTABLE_OUTPUT_PATH to the same path as PROJECT_BINARY_DIR like so: SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR} CACHE PATH Single output directory for building all executables. FORCE) This works on Windows (nmake makefiles)

[CMake] make - cannot open output file . (dot)

2009-07-03 Thread t...@unforbidable.com
So I tried to set EXECUTABLE_OUTPUT_PATH to the same path as PROJECT_BINARY_DIR like so: SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR} CACHE PATH Single output directory for building all executables. FORCE) This works on Windows (nmake makefiles) but when using cmake on Gentoo (standard unix