summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstallS2/PostInstall.cmake
blob: 52ea140a5102b5cd0adb2a295b9a5e21134cd247 (plain)
1
2
3
4
5
6
MESSAGE("In post install")
IF(PRE_INSTALL_DID_RUN)
  MESSAGE("Pre and post install work fine")
ELSE(PRE_INSTALL_DID_RUN)
  MESSAGE(FATAL_ERROR "Pre install did not run before post install")
ENDIF(PRE_INSTALL_DID_RUN)