On Thu, Feb 17, 2011 at 11:05 AM, David Cole <[email protected]> wrote: > Are you escaping the "\" characters, like this? > set(BOOST_ROOT "X:\\32bit\\VC ...") > > Or using the CMake convention "/" as a path separator character? > set(BOOST_ROOT "X:/32bit/VC ...") > (this is the one you should be doing...) > I see. I set an BOOST_ROOT as an environment variable instead of a CMake variable. It works when I set BOOST_ROOT as a CMake variable.
> What version of CMake? > 2.8.4 John _______________________________________________ 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
