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
ENH: Use improved target dependencies for Xcode
[cmake.git]
/
Tests
/
SimpleInstall
/
InstallScript1.cmake
blob
27b7725f8cde5b59f2933a45a3d57ac3024a6cbc
1
MESSAGE("This is install script 1.")
2
SET(INSTALL_SCRIPT_1_DID_RUN 1)
3
IF(INSTALL_CODE_DID_RUN)
4
MESSAGE(FATAL_ERROR "Install script 1 did not run before install code.")
5
ENDIF(INSTALL_CODE_DID_RUN)