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

This commit is contained in:
Philip Lowman 2009-01-18 16:40:53 -05:00
parent d077940f94
commit ee91442a90
1 changed files with 1 additions and 0 deletions

View File

@ -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")