Explorar o código

BUG: Fixes problem with _boost_ABI_TAG appending to itself if FindBoost is called more than once (Issue #7460)

Philip Lowman %!s(int64=17) %!d(string=hai) anos
pai
achega
ee91442a90
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Modules/FindBoost.cmake

+ 1 - 0
Modules/FindBoost.cmake

@@ -548,6 +548,7 @@ ELSE (_boost_IN_CACHE)
   endif()
 
   SET( _boost_STATIC_TAG "")
+  set( _boost_ABI_TAG "")
   IF (WIN32)
     IF(MSVC)
       SET (_boost_ABI_TAG "g")