Skip to content

Commit c65bfcf

Browse files
committed
fix build with Boost > 1.70
1 parent 8237a7d commit c65bfcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/third_party.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ else()
1313
set(SPDLOG_BUILD_SHARED ON)
1414
# FetchContent_MakeAvailable(spdlog)
1515
endif()
16+
find_package( Boost COMPONENTS system program_options filesystem thread REQUIRED )
1617
find_package(FreeOpcUa QUIET)
1718
if (FreeOpcUa_FOUND)
1819
message(STATUS "Found FreeOpcUa on system")
@@ -24,4 +25,5 @@ else()
2425
# GIT_SHALLOW TRUE
2526
# )
2627
# FetchContent_MakeAvailable(FreeOpcUa)
28+
message(STATUS "Found FreeOpcUa NOT on system")
2729
endif()

0 commit comments

Comments
 (0)