From 17c78efa8615cfa11e09b1efb4f44b9416230733 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 12 Apr 2021 21:19:12 +0200 Subject: src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties to avoid utils.h in . --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4a6a5aa..4834a19 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,7 +20,6 @@ set_target_properties(ayatana-common PROPERTIES VERSION ${API_VERSION}.0.0 SOVERSION ${ABI_VERSION} - PUBLIC_HEADER "${PUBLIC_HEADERS}" ) configure_file(libayatana-common.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libayatana-common.pc @ONLY) -- cgit v1.2.3