2
0
mirror of https://github.com/boostorg/crc.git synced 2026-01-19 04:12:07 +00:00

Regenerate CMakeLists.txt

This commit is contained in:
Peter Dimov
2024-04-14 14:25:33 +03:00
parent 887b557d2f
commit 2b2d77fdd8

View File

@@ -12,11 +12,6 @@ add_library(Boost::crc ALIAS boost_crc)
target_include_directories(boost_crc INTERFACE include)
target_link_libraries(boost_crc
INTERFACE
Boost::config
)
target_compile_features(boost_crc INTERFACE cxx_std_11)
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")