No subject


Fri May 8 15:29:31 EDT 2009


iv>include( ../cmake/common.cmake )</div><div><br></div><div>From common.cm=
ake, I am calling:</div><div><br></div><div>include( BoostUtils.cmake )</di=
v>
<div><br></div><div>BoostUtils.cmake and common.cmake are side-by-side in t=
he same directory on Windows. The second call to include() fails, because t=
he working directory is still set to the directory of the CMakeLists.txt, w=
hen I expect the working directory to be set to the location of common.cmak=
e, which is the file currently being processed. If I change the second incl=
ude() to:</div>
<div><br></div><div>include( ../cmake/BoostUtils.cmake )</div><div><br></di=
v><div>it works just fine. What can I do about this? I&#39;m using CMake 2.=
6.4 on Windows, generating VS9 projects.</div>

--0016364eca22b3e074046af160d9--


More information about the CMake mailing list