From ee91442a9046cfc4e0996543f1b4d1dc4de5541f Mon Sep 17 00:00:00 2001 From: Philip Lowman Date: Sun, 18 Jan 2009 16:40:53 -0500 Subject: BUG: Fixes problem with _boost_ABI_TAG appending to itself if FindBoost is called more than once (Issue #7460) --- Modules/FindBoost.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index 5b47fea..f9f0a8b 100644 --- a/Modules/FindBoost.cmake +++ b/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") -- cgit v0.12