summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorCzarnowski, Przemyslaw <przemyslaw.hawrylewicz.czarnowski@intel.com>2021-10-21 15:15:59 +0300
committerCzarnowski, Przemyslaw <przemyslaw.hawrylewicz.czarnowski@intel.com>2021-11-19 13:18:25 +0300
commit6165e07cd0ef6da314ed1ef4f58fe47b7d8112db (patch)
treed52992ec92a91a6a4b00042ef9798b29ae070b80 /cmake
parenteb57aae1f56acff2784887e4f24c74c4141657a6 (diff)
downloadvirtual-media-6165e07cd0ef6da314ed1ef4f58fe47b7d8112db.tar.xz
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 <przemyslaw.hawrylewicz.czarnowski@intel.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Findudev.cmake2
1 files changed, 1 insertions, 1 deletions
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