From 755854a87fa390b9eda04d85b6e807acebf8eb44 Mon Sep 17 00:00:00 2001 From: Florian Meinicke Date: Thu, 29 Oct 2020 08:39:56 +0100 Subject: [PATCH] Add missing INSTALL_CMAKEDIR variable --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a92a1f6..ed87d29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,6 +137,7 @@ if(ANDROID) endif() # install +set(INSTALL_CMAKEDIR "lib/cmake/${PROJECT_NAME}" CACHE STRING "Installation directory for cmake config files") set_target_properties(QtZeroConf PROPERTIES PUBLIC_HEADER "${PUBLIC_HEADERS}" )