Преглед изворни кода

Merge pull request #2272 from lioncash/boost

common/CMakeLists: Amend boost dependency
bunnei пре 7 година
родитељ
комит
43b83d6b6a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/common/CMakeLists.txt

+ 1 - 1
src/common/CMakeLists.txt

@@ -134,4 +134,4 @@ endif()
 
 create_target_directory_groups(common)
 
-target_link_libraries(common PUBLIC fmt microprofile)
+target_link_libraries(common PUBLIC Boost::boost fmt microprofile)