repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Version update
[cmake.git]
/
Tests
/
SimpleInstall
/
PostInstall.cmake
blob
52ea140a5102b5cd0adb2a295b9a5e21134cd247
1
MESSAGE("In post install")
2
IF(PRE_INSTALL_DID_RUN)
3
MESSAGE("Pre and post install work fine")
4
ELSE(PRE_INSTALL_DID_RUN)
5
MESSAGE(FATAL_ERROR "Pre install did not run before post install")
6
ENDIF(PRE_INSTALL_DID_RUN)