summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include/CMP0024-NEW.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-10-10 09:46:06 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-10-10 10:01:39 (GMT)
commitaf1f6987571b6f8298b03e184aa4aad23882d5c8 (patch)
treeb8c2ed5d64659f6defc853921a1aa5cf2b46e8dd /Tests/RunCMake/include/CMP0024-NEW.cmake
parent7e4910fe47d667e059e42ac6395b0f4726f17064 (diff)
downloadCMake-af1f6987571b6f8298b03e184aa4aad23882d5c8.zip
CMake-af1f6987571b6f8298b03e184aa4aad23882d5c8.tar.gz
CMake-af1f6987571b6f8298b03e184aa4aad23882d5c8.tar.bz2
CMP0024: Store the fact of included export in global generator.
Storing it in the makefile means that the policy does not trigger when include and export are in differing directories.
Diffstat (limited to 'Tests/RunCMake/include/CMP0024-NEW.cmake')
-rw-r--r--Tests/RunCMake/include/CMP0024-NEW.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/include/CMP0024-NEW.cmake b/Tests/RunCMake/include/CMP0024-NEW.cmake
index 0685d6c..0e03d2a 100644
--- a/Tests/RunCMake/include/CMP0024-NEW.cmake
+++ b/Tests/RunCMake/include/CMP0024-NEW.cmake
@@ -5,5 +5,5 @@ cmake_policy(SET CMP0024 NEW)
add_library(foo SHARED empty.cpp)
-export(TARGETS foo FILE "${CMAKE_CURRENT_BINARY_DIR}/theTargets.cmake")
-include("${CMAKE_CURRENT_BINARY_DIR}/theTargets.cmake")
+add_subdirectory(subdir1)
+add_subdirectory(subdir2)