From 6165e07cd0ef6da314ed1ef4f58fe47b7d8112db Mon Sep 17 00:00:00 2001 From: "Czarnowski, Przemyslaw" Date: Thu, 21 Oct 2021 14:15:59 +0200 Subject: virtual-media: CMake update - Fixed standalone builds: - added boost to standalone build, - sdbusplus version bumped up (for dbus signal support) - Fixed warnings when finding udev. Tested: Standalone compilation works in "clean" system, yocto compiles without regression. Change-Id: Iddaa980ec2d299ff836d2e06970ebc5a5b1cf3d9 Signed-off-by: Czarnowski, Przemyslaw --- cmake/Findudev.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/Findudev.cmake b/cmake/Findudev.cmake index ce454d5..89d5312 100644 --- a/cmake/Findudev.cmake +++ b/cmake/Findudev.cmake @@ -60,7 +60,7 @@ find_path(UDEV_INCLUDE_DIR ) include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(UDEV +find_package_handle_standard_args(udev DEFAULT_MSG UDEV_LIBRARY UDEV_INCLUDE_DIR -- cgit v1.2.3