From ec839e6965064291f91ab3b884dc7fa1fab7b52c Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周六, 14 12月 2019 22:12:21 +0800 Subject: [PATCH] add centos 8 --- test/functional/CMakeLists.txt | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/test/functional/CMakeLists.txt b/test/functional/CMakeLists.txt index cdcc680..60c676e 100644 --- a/test/functional/CMakeLists.txt +++ b/test/functional/CMakeLists.txt @@ -4,7 +4,9 @@ target_link_libraries( license_generator_snippet - ${Boost_LIBRARIES} + Boost::unit_test_framework + Boost::filesystem + Boost::system ) add_executable( @@ -16,7 +18,9 @@ test_standard_license licensecc_static license_generator_snippet - ${Boost_LIBRARIES} + Boost::unit_test_framework + Boost::filesystem + Boost::system ) add_executable( @@ -28,7 +32,9 @@ test_date licensecc_static license_generator_snippet - ${Boost_LIBRARIES} + Boost::unit_test_framework + Boost::filesystem + Boost::system ) add_executable( @@ -40,7 +46,9 @@ test_signature_verifier licensecc_static license_generator_snippet - ${Boost_LIBRARIES} + Boost::unit_test_framework + Boost::filesystem + Boost::system ) @@ -53,7 +61,9 @@ test_volid licensecc_static license_generator_snippet - ${Boost_LIBRARIES} + Boost::unit_test_framework + Boost::filesystem + Boost::system ) -- Gitblit v1.9.1