From 3010f72c4ecb72af1795a42618077e55802c22c3 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 16 Dec 2023 18:10:03 +0200 Subject: [PATCH] Testing the CMake project version is no longer needed --- test/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d6be2c9..8703c22 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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()