blob: ef9da5761c1de371c5287c5cc21303652d0bd162 [file] [log] [blame]
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()