소스 검색

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)