From af0a51930eb7afa869430f4d9da0719f9ea3b12d Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 2 Feb 2016 18:33:20 +0000 Subject: [PATCH] =?utf8?q?CMake:=20don=E2=80=99t=20export=20build=20to=20b?= =?utf8?q?uild=20tree?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - only export targets to the install tree, since this is hopefully compatible with CMake 2.8 --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 07815047..dffb0957 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -441,11 +441,6 @@ write_basic_package_version_file( COMPATIBILITY AnyNewerVersion ) -export(EXPORT SimGearTargets - FILE "${CMAKE_CURRENT_BINARY_DIR}/SimGear/SimGearTargets.cmake" - NAMESPACE Upstream:: -) - configure_file(SimGearConfig.cmake.in "${CMAKE_CURRENT_BINARY_DIR}/SimGear/SimGearConfig.cmake" @ONLY -- 2.39.5