summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-03-12 17:12:59 (GMT)
committerBrad King <brad.king@kitware.com>2024-03-12 18:24:53 (GMT)
commit3a739d4dcb460a2c23b78649d477f6a91b825de6 (patch)
tree11a6ef1016e5ed68adf60426c0d8ce35d5ffd07b /Tests/ExportImport
parent3677b2d916fb8d3ba5ff4eac0115f905b9727f9d (diff)
downloadCMake-3a739d4dcb460a2c23b78649d477f6a91b825de6.zip
CMake-3a739d4dcb460a2c23b78649d477f6a91b825de6.tar.gz
CMake-3a739d4dcb460a2c23b78649d477f6a91b825de6.tar.bz2
EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gate
Some design concerns have been raised after trying the 3.29 release candidates. Avoid committing to a stable public interface for now. Issue: #25767
Diffstat (limited to 'Tests/ExportImport')
-rw-r--r--Tests/ExportImport/Export/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ExportImport/Export/CMakeLists.txt b/Tests/ExportImport/Export/CMakeLists.txt
index 56b8aaa..0b7f739 100644
--- a/Tests/ExportImport/Export/CMakeLists.txt
+++ b/Tests/ExportImport/Export/CMakeLists.txt
@@ -1,3 +1,4 @@
+set(CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_DEPENDENCIES "1942b4fa-b2c5-4546-9385-83f254070067")
cmake_minimum_required (VERSION 2.7.20090711)
if(POLICY CMP0129)
cmake_policy(SET CMP0129 NEW)