mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
6 lines
197 B
CMake
6 lines
197 B
CMake
MESSAGE("This is install script 1.")
|
|
SET(INSTALL_SCRIPT_1_DID_RUN 1)
|
|
IF(INSTALL_CODE_DID_RUN)
|
|
MESSAGE(FATAL_ERROR "Install script 1 did not run before install code.")
|
|
ENDIF(INSTALL_CODE_DID_RUN)
|