[CMake] Building VTK, how to install it?, how does CMAKE_INSTALL_PREFIX work?

Sean McBride sean at rogue-research.com
Thu Dec 15 15:58:29 EST 2005


On 2005-12-15 14:33, David Cole said:

>See the usage of VTK_TEST_INSTALL in Common/Testing/CMakeLists.txt... It 
>could be off because you're using rpath or because the name of the 
>InstallTest/Root is not "as expected..." There's some other logic in 
>there too to figure out whether to add this test.

Thanks Dave... I guess something changed at some point... this used to work: 

CMAKE_INSTALL_PREFIX:PATH=$ENV{HOME}/kitware/${CTEST_BINARY_NAME}/InstallTest

but a change to this now has everything working again:

CMAKE_INSTALL_PREFIX:PATH=$ENV{HOME}/kitware/${CTEST_BINARY_NAME}/
InstallTest/Root

Cheers!

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada




More information about the CMake mailing list