Reinstate CMake project version check

This commit is contained in:
Peter Dimov
2020-01-09 21:56:40 +02:00
parent 3c84f4c301
commit e4ae80770f

View File

@ -8,4 +8,8 @@ if(HAVE_BOOST_TEST)
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::assert Boost::core)
if(BOOST_SUPERPROJECT_VERSION)
boost_test(SOURCES check_cmake_version.cpp ARGUMENTS ${PROJECT_VERSION} LINK_LIBRARIES Boost::core Boost::config)
endif()
endif()