qt5base-lts/cmake/FindLibsystemd.cmake

8 lines
163 B
CMake
Raw Normal View History

find_package(PkgConfig QUIET)
pkg_check_modules(Libsystemd libsystemd IMPORTED_TARGET)
if (NOT TARGET PkgConfig::Libsystemd)
set(Libsystemd_FOUND 0)
endif()