Skip to content

Commit

Permalink
Fix boost lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
pblxptr committed Sep 14, 2023
1 parent 0c357fe commit fec666b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/home_assistant_v2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

find_package(spdlog REQUIRED)

find_package(Boost 1.82 REQUIRED COMPONENTS json)

add_library(home-assistant-v2 INTERFACE)
target_include_directories(home-assistant-v2 INTERFACE include)
target_link_libraries(home-assistant-v2
Expand Down

0 comments on commit fec666b

Please sign in to comment.