[Cmake-commits] [cmake-commits] lowman committed FindBoost.cmake 1.22 1.23

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Jan 18 16:40:55 EST 2009


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

Modified Files:
	FindBoost.cmake 
Log Message:
BUG: Fixes problem with _boost_ABI_TAG appending to itself if FindBoost is called more than once (Issue #7460)


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.22
retrieving revision 1.23
diff -C 2 -d -r1.22 -r1.23
*** FindBoost.cmake	18 Jan 2009 20:53:45 -0000	1.22
--- FindBoost.cmake	18 Jan 2009 21:40:53 -0000	1.23
***************
*** 549,552 ****
--- 549,553 ----
  
    SET( _boost_STATIC_TAG "")
+   set( _boost_ABI_TAG "")
    IF (WIN32)
      IF(MSVC)



More information about the Cmake-commits mailing list