[Cmake-commits] [cmake-commits] lowman committed FindBoost.cmake 1.26 1.27

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 19 02:35:05 EST 2009


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

Modified Files:
	FindBoost.cmake 
Log Message:
BUG: Resolve Issue #7508, FindBoost fails to find boost on SuSE 10.3


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.26
retrieving revision 1.27
diff -C 2 -d -r1.26 -r1.27
*** FindBoost.cmake	19 Jan 2009 07:27:32 -0000	1.26
--- FindBoost.cmake	19 Jan 2009 07:35:03 -0000	1.27
***************
*** 649,652 ****
--- 649,653 ----
                 ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}
                 ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}
+                ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}-${Boost_LIB_VERSION}
                 ${Boost_LIB_PREFIX}boost_${COMPONENT}
          HINTS  ${_boost_LIBRARIES_SEARCH_DIRS}
***************
*** 658,661 ****
--- 659,663 ----
                 ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}-${_boost_ABI_TAG}
                 ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}${_boost_ABI_TAG}
+                ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_ABI_TAG}-${Boost_LIB_VERSION}
                 ${Boost_LIB_PREFIX}boost_${COMPONENT}-${_boost_ABI_TAG}
          HINTS  ${_boost_LIBRARIES_SEARCH_DIRS}



More information about the Cmake-commits mailing list