Re: [CMake] Modifying the FindBoost.cmake module

2016-06-27 Thread Andreas Naumann
Hey, if you would use the FindBoost.cmake module from cmake itself, you could set the environment variable BOOST_ROOT to the second path. Regards, Andreas Am 28.06.2016 um 01:21 schrieb Sambeet Panigrahi: Hi, I am using Cmake to build Orocos RTT. There is a FindBoost.cmake module available

[CMake] Modifying the FindBoost.cmake module

2016-06-27 Thread Sambeet Panigrahi
Hi, I am using Cmake to build Orocos RTT. There is a FindBoost.cmake module available in the config directory which the project uses.Now I have got two boost installations one in 1)/usr/include/boost 2)~/NewRockPort/x86/Install/boost The second installation is the one I want to use .However The f