diff options
Diffstat (limited to 'server/common/CMakeLists.txt')
-rw-r--r-- | server/common/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/common/CMakeLists.txt b/server/common/CMakeLists.txt index 5655861..5fe9e7f 100644 --- a/server/common/CMakeLists.txt +++ b/server/common/CMakeLists.txt @@ -1,6 +1,4 @@ find_package(Boost REQUIRED) add_library(common INTERFACE) - -target_include_directories(common SYSTEM INTERFACE ${Boost_INCLUDE_DIRS}) -target_link_libraries(common INTERFACE ${Boost_LIBRARIES}) +target_link_libraries(common INTERFACE Boost::boost) |