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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 19 05:14:32 EST 2009


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

Modified Files:
	FindBoost.cmake 
Log Message:
BUG: Reverted change made in 1.27, should be unnecessary (Issue #7508)


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.27
retrieving revision 1.28
diff -C 2 -d -r1.27 -r1.28
*** FindBoost.cmake	19 Jan 2009 07:35:03 -0000	1.27
--- FindBoost.cmake	19 Jan 2009 10:14:30 -0000	1.28
***************
*** 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}
--- 649,652 ----
***************
*** 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}
--- 658,661 ----



More information about the Cmake-commits mailing list