[Cmake-commits] [cmake-commits] lowman committed FindBoost.cmake 1.33 1.34

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 24 00:49:04 EST 2009


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

Modified Files:
	FindBoost.cmake 
Log Message:
BUG: Fix issue #8576 FindBoost regression finding static libs, impacts MinGW and Intel/Windows compilers.


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.33
retrieving revision 1.34
diff -C 2 -d -r1.33 -r1.34
*** FindBoost.cmake	10 Feb 2009 03:39:31 -0000	1.33
--- FindBoost.cmake	24 Feb 2009 05:49:01 -0000	1.34
***************
*** 504,508 ****
    # Setting some more suffixes for the library
    SET (Boost_LIB_PREFIX "")
!   if ( MSVC AND Boost_USE_STATIC_LIBS )
      SET (Boost_LIB_PREFIX "lib")
    endif()
--- 504,508 ----
    # Setting some more suffixes for the library
    SET (Boost_LIB_PREFIX "")
!   if ( WIN32 AND Boost_USE_STATIC_LIBS )
      SET (Boost_LIB_PREFIX "lib")
    endif()



More information about the Cmake-commits mailing list