diff options
Diffstat (limited to 'Tests/SimpleInstallS2/PreInstall.cmake')
-rw-r--r-- | Tests/SimpleInstallS2/PreInstall.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SimpleInstallS2/PreInstall.cmake b/Tests/SimpleInstallS2/PreInstall.cmake new file mode 100644 index 0000000..2ea2f77 --- /dev/null +++ b/Tests/SimpleInstallS2/PreInstall.cmake @@ -0,0 +1,2 @@ +MESSAGE("This is in pre install") +SET(PRE_INSTALL_DID_RUN 1) |