>-----Original Message----- >From: "Dmytro Ovdiienko" [dmitriy.ovdie...@gmail.com] >Date: 07/12/2010 10:57 AM >To: "Hicham Mouline" >CC: "Philip Lowman" , "CMake mailing list" , boost-bu...@lists.boost.org >Subject: Re: [CMake] FindBoost: find both win32 and x64 static libs >Hicham, >Sorry for confusing. I supposed you asked about how to handle different >versions of the Boost (1.42, 1.44 etc) on the same build server.
As a reminder, we have both 32bit and 64bit builds of the boost libraries and the attempt is to make FindBoost recognize both. I guess it makes more sense to me the have the bitness checked for inside FindBoost rather than in the caller's cmake file. Opinions? Given that one can't generate the bitness in the name of the boost libs, then the 32bit / 64bit libs need to be separate. In which case, we can just use BOOST_LIBRARY_DIR or whatever it's called explicitly. I can't see a nicer interface to provide, thanks, _______________________________________________ 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