diff options
Diffstat (limited to 'Tests/SimpleInstallS2/InstallScript1.cmake')
-rw-r--r-- | Tests/SimpleInstallS2/InstallScript1.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/SimpleInstallS2/InstallScript1.cmake b/Tests/SimpleInstallS2/InstallScript1.cmake deleted file mode 100644 index ef9da57..0000000 --- a/Tests/SimpleInstallS2/InstallScript1.cmake +++ /dev/null @@ -1,5 +0,0 @@ -message("This is install script 1.") -set(INSTALL_SCRIPT_1_DID_RUN 1) -if(INSTALL_CODE_DID_RUN) - message(FATAL_ERROR "Install script 1 did not run before install code.") -endif() |