Re: [CMake] submission: updated Modules/FindBoost.cmake

2007-05-18 Thread Mike Talbot
Cristian Adam wrote: Please update your findboost.cmake with the changes the original poster made, by adding boost-1.34 (and others) to SUFFIX_FOR_PATH. Done. I have also submitted these changes as a feature request http://public.kitware.com/Bug/bug.php?op=show&bugid=5057&pos=0 Regards, Mik

Re: [CMake] submission: updated Modules/FindBoost.cmake

2007-05-18 Thread Cristian Adam
Mike Talbot wrote: I have made some enhancements to FindBoost.cmake to try to add support for the boost libraries (attached). Thanks, the enhancements are welcome, the script now looks like this: project(signal CXX) if (MINGW) set(Boost_LIB_SUFFIX mgw34-s-1_34) set(Boost_LI

Re: [CMake] submission: updated Modules/FindBoost.cmake

2007-05-18 Thread Mike Talbot
I have made some enhancements to FindBoost.cmake to try to add support for the boost libraries (attached). Basic use is something like this: FIND_PACKAGE(Boost) INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) ADD_EXECUTABLE(signal signal.cpp) TARGET_LINK_LIBRARIES(signal ${Boost_signal_LIBRARIES})

Re: [CMake] submission: updated Modules/FindBoost.cmake

2007-05-18 Thread Cristian Adam
Bob Kuehne wrote: boost recently updated to 1.34, changing (of course) the default installation path. this breaks the FindBoost cmaker, so attached is an update that allows 1.34 as released to work. Regarding FindBoost.cmake, I'm testing Boost 1.34.0 with MinGW gcc 3.4.2 MinGW doesn't have a

[CMake] submission: updated Modules/FindBoost.cmake

2007-05-17 Thread Bob Kuehne
boost recently updated to 1.34, changing (of course) the default installation path. this breaks the FindBoost cmaker, so attached is an update that allows 1.34 as released to work. FindBoost.cmake Description: Binary data ___ CMake mailing list CM