I am testing a ITK patch I'm working on in Windows. That involves entering a path in cmake-gui or ccmake. The first time I tried it, I entered the path 'windows-wise' with backslashes as path separators.
That caused a syntax error at the point where that variable is used. When I re-entered the path with unix-style forward slashes, the CMake configure/generate succeeded. Is one supposed to always use Unix forward slashes when specifying paths to CMake? If so is it documented to do that? If you're curious this is the ITK patch I'm working on: http://review.source.kitware.com/#/c/9308/
-- 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