Don't exit early when checking dynamic boost

This commit is contained in:
Jørgen Kvalsvik
2017-06-15 14:39:27 +02:00
parent 5df5c59c27
commit 62c2b15c29
+1 -3
View File
@@ -1,6 +1,4 @@
if (NOT Boost_UNIT_TEST_FRAMEWORK_FOUND)
find_package (Boost 1.44.0 COMPONENTS unit_test_framework QUIET)
endif ()
find_package (Boost 1.44.0 COMPONENTS unit_test_framework QUIET)
if (Boost_UNIT_TEST_FRAMEWORK_FOUND)
# setup to do a test compile