瀏覽代碼

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)