On Thu, Apr 30, 2009 at 5:45 PM, barcaroller <[email protected]>wrote:
> > I'm having problems setting variables in my CMakeLists.txt files. > Specifically, the following two lines have absolutely no effect, regardless > of what values I give them: > > > SET (CMAKE_VERBOSE_MAKEFILE ON) Which version of CMake are you using? Are you aware of "make VERBOSE=1"? > > SET (CMAKE_USE_RELATIVE_PATHS ON) Most likely you're impacted by this bug. http://www.vtk.org/Bug/view.php?id=7779 Please try CMake 2.6.4 (which appears to have just been released but the download page hasn't been updated yet?) You can find the link for it in this directory for your platform. http://www.cmake.org/files/v2.6/ -- Philip Lowman
_______________________________________________ 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
