We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8237a7d commit c65bfcfCopy full SHA for c65bfcf
third_party/third_party.cmake
@@ -13,6 +13,7 @@ else()
13
set(SPDLOG_BUILD_SHARED ON)
14
# FetchContent_MakeAvailable(spdlog)
15
endif()
16
+find_package( Boost COMPONENTS system program_options filesystem thread REQUIRED )
17
find_package(FreeOpcUa QUIET)
18
if (FreeOpcUa_FOUND)
19
message(STATUS "Found FreeOpcUa on system")
@@ -24,4 +25,5 @@ else()
24
25
# GIT_SHALLOW TRUE
26
# )
27
# FetchContent_MakeAvailable(FreeOpcUa)
28
+ message(STATUS "Found FreeOpcUa NOT on system")
29
0 commit comments