[cmake-commits] alex committed FindBoost.cmake 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 10 18:52:21 EST 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv3816

Modified Files:
	FindBoost.cmake 
Log Message:
BUG: it seems on some installations boost is installed under boost-1_34 ,
see #5030

FindBoost.cmake recommends using LINK_DIRECTORIES(), is this really good ?

Alex


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- FindBoost.cmake	18 Dec 2007 15:02:52 -0000	1.3
+++ FindBoost.cmake	10 Jan 2008 23:52:19 -0000	1.4
@@ -87,6 +87,7 @@
 SET(SUFFIX_FOR_PATH
  boost-1_34_1
  boost-1_34_0
+ boost-1_34
  boost-1_33_1
  boost-1_33_0
 )



More information about the Cmake-commits mailing list