On 8/6/2011 11:53 AM, Richard Offer wrote:
Hi, I'm trying to build Google protocol buffers as an external project on Windows and am hitting an issue with over assuming something is a path. I need to be able to call msbuild with options. (/p:Configuration=Debug), but cmake converts this to \p:Configuration=Debug before passing the string to msbuild.
This might work: cmake --build path/to/project --config Debug _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
