This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/export_headers
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/export_headers by this
push:
new 038746be Add missing GenerateExportHeader cmake include for etcdlib
038746be is described below
commit 038746be812587e6facd3a16f5e512d78a70965e
Author: Pepijn Noltes <[email protected]>
AuthorDate: Mon Apr 17 20:36:06 2023 +0200
Add missing GenerateExportHeader cmake include for etcdlib
---
libs/etcdlib/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/libs/etcdlib/CMakeLists.txt b/libs/etcdlib/CMakeLists.txt
index f89bde78..89ccf684 100644
--- a/libs/etcdlib/CMakeLists.txt
+++ b/libs/etcdlib/CMakeLists.txt
@@ -27,6 +27,7 @@ if (NOT COMMAND celix_subproject)
LANGUAGES C CXX
)
+ include(GenerateExportHeader)
include(GNUInstallDirs)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")