From aebded7b622d99501cd62843456603ecea955bfc Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Tue, 7 Jan 2014 19:10:17 +0000 Subject: [PATCH] Add include(GenerateExportHeader) to CMakeLists.txt We should not depend on the fact that KDECompilerSettings.cmake happens to include it when we use generate_export_header(). --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa62464..e1e1540 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ set(REQUIRED_QT_VERSION 5.2.0) find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) include(FeatureSummary) +include(GenerateExportHeader) include(ECMSetupVersion) include(ECMGenerateHeaders)