aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-12 21:19:12 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-12 21:19:12 +0200
commit17c78efa8615cfa11e09b1efb4f44b9416230733 (patch)
treeaf0a9db2028e59d5ab1be20d642d3fb0770ed042 /src
parente264045f2df9495d3383b5b9b56f5e4c235a5f41 (diff)
downloadlibayatana-common-17c78efa8615cfa11e09b1efb4f44b9416230733.tar.gz
libayatana-common-17c78efa8615cfa11e09b1efb4f44b9416230733.tar.bz2
libayatana-common-17c78efa8615cfa11e09b1efb4f44b9416230733.zip
src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties to avoid utils.h in <libdir>.
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)