PostInstall.cmake 179 B

123456
  1. message("In post install")
  2. if(PRE_INSTALL_DID_RUN)
  3. message("Pre and post install work fine")
  4. else()
  5. message(FATAL_ERROR "Pre install did not run before post install")
  6. endif()