summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/InstallScript3.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-07-18 13:12:25 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-07-18 13:12:39 (GMT)
commit11d71e6cd0eedae224eca52d4f8bc6cb6baf46d8 (patch)
tree3a8e36564e3166fd6136c81efdcff229ecb4f2f7 /Tests/SimpleInstall/InstallScript3.cmake
parent0ab23b9a1ea335bdcfce33d6159cef0866bfc496 (diff)
parent31e79050b218e7380c9fb854db111742dbe09c2a (diff)
downloadCMake-11d71e6cd0eedae224eca52d4f8bc6cb6baf46d8.zip
CMake-11d71e6cd0eedae224eca52d4f8bc6cb6baf46d8.tar.gz
CMake-11d71e6cd0eedae224eca52d4f8bc6cb6baf46d8.tar.bz2
Merge topic 'remove-simpleinstall'
31e79050b2 Tests: Remove the SimpleInstall test 36ef57a939 Tests: Add test for cmake --build . --target package 11ca374b28 Tests: Add test for install(SCRIPT ... COMPONENT) 2201fb6f43 Tests: Add test for InstallRequiredSystemLibraries 5a7a006fdd Tests: Add test for $<0:...> in ExportImport 69ca768e78 Tests: Add test for install(TARGETS) RPATH functionality 25c3fb6c35 Tests: Add test for install(FILES) with PERMISSIONS b5df4faa20 Tests: Add test for installing parts of targets in different directories ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2209
Diffstat (limited to 'Tests/SimpleInstall/InstallScript3.cmake')
-rw-r--r--Tests/SimpleInstall/InstallScript3.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/SimpleInstall/InstallScript3.cmake b/Tests/SimpleInstall/InstallScript3.cmake
deleted file mode 100644
index 6485156..0000000
--- a/Tests/SimpleInstall/InstallScript3.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
-message("This is install script 3.")
-set(INSTALL_SCRIPT_3_DID_RUN 1)
-if(INSTALL_CODE_WITH_COMPONENT_DID_RUN)
- message(FATAL_ERROR "Install script 3 did not run before install code with component.")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT)
-if(NOT "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Development")
- message("CMAKE_INSTALL_COMPONENT=\"${CMAKE_INSTALL_COMPONENT}\"")
- message(FATAL_ERROR "Install script 3 should only run for \"Development\" INSTALL COMPONENT.")
-endif()
-endif()