You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
177 B

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()