Skip to content

Commit

Permalink
fix build with Boost > 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
pkohout committed Aug 9, 2022
1 parent 8237a7d commit c65bfcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/third_party.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ else()
set(SPDLOG_BUILD_SHARED ON)
# FetchContent_MakeAvailable(spdlog)
endif()
find_package( Boost COMPONENTS system program_options filesystem thread REQUIRED )
find_package(FreeOpcUa QUIET)
if (FreeOpcUa_FOUND)
message(STATUS "Found FreeOpcUa on system")
Expand All @@ -24,4 +25,5 @@ else()
# GIT_SHALLOW TRUE
# )
# FetchContent_MakeAvailable(FreeOpcUa)
message(STATUS "Found FreeOpcUa NOT on system")
endif()

0 comments on commit c65bfcf

Please sign in to comment.