From a92f85526ba3027f843c6523f1d6ddb7ccf9d223 Mon Sep 17 00:00:00 2001 From: Corentin Schreiber Date: Sun, 26 Dec 2021 17:49:35 +0000 Subject: [PATCH] Add missing export() command --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1a2e1f..bc4b2ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ if(UTF8_INSTALL) install(DIRECTORY source/ DESTINATION include/utf8cpp) install(TARGETS utf8cpp EXPORT utf8cppConfig) install(EXPORT utf8cppConfig DESTINATION ${DEF_INSTALL_CMAKE_DIR}) + export(EXPORT utf8cppConfig) endif() if(UTF8_SAMPLES)