We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46058a6 commit 3fc7d3dCopy full SHA for 3fc7d3d
CMakeLists.txt
@@ -27,7 +27,9 @@ pkg_check_modules(SYSTEMD REQUIRED IMPORTED_TARGET libsystemd)
27
28
message(STATUS "${SYSTEMD}")
29
30
-target_link_libraries(dbus-glue PUBLIC PkgConfig::SYSTEMD -lpthread)
+find_package(Boost 1.80.0 REQUIRED)
31
+
32
+target_link_libraries(dbus-glue PUBLIC PkgConfig::SYSTEMD -lpthread Boost::boost)
33
target_include_directories(dbus-glue
34
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
35
0 commit comments