diff options
Diffstat (limited to 'Tests/SimpleInstallS2/PreInstall.cmake')
-rw-r--r-- | Tests/SimpleInstallS2/PreInstall.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/SimpleInstallS2/PreInstall.cmake b/Tests/SimpleInstallS2/PreInstall.cmake index 2ea2f77..7a9851e 100644 --- a/Tests/SimpleInstallS2/PreInstall.cmake +++ b/Tests/SimpleInstallS2/PreInstall.cmake @@ -1,2 +1,2 @@ -MESSAGE("This is in pre install") -SET(PRE_INSTALL_DID_RUN 1) +message("This is in pre install") +set(PRE_INSTALL_DID_RUN 1) |