Testing the CMake project version is no longer needed

This commit is contained in:
Peter Dimov
2023-12-16 18:10:03 +02:00
parent 9067f0987b
commit 3010f72c4e

View File

@ -8,8 +8,4 @@ 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()