Merge pull request #190 from nathanhourt/fix-2

Fix Build
This commit is contained in:
Abit 2020-03-19 00:39:22 +01:00 committed by GitHub
commit 9dbf944412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -350,7 +350,7 @@ elseif(WIN32 AND MINGW)
endif() endif()
IF(NOT Boost_UNIT_TEST_FRAMEWORK_LIBRARY MATCHES "\\.(a|lib)$") IF(Boost_UNIT_TEST_FRAMEWORK_LIBRARY MATCHES "\\.(so|dll)$")
IF(MSVC) IF(MSVC)
add_definitions(/DBOOST_TEST_DYN_LINK) add_definitions(/DBOOST_TEST_DYN_LINK)
ELSE(MSVC) ELSE(MSVC)