MyScript1.cmake 229 B

12345
  1. if(ExternalData_CUSTOM_LOCATION STREQUAL "MD5/fd95c03719e8626c0d10a818f9996dc5")
  2. file(WRITE "${ExternalData_CUSTOM_FILE}" "DataScript")
  3. else()
  4. set(ExternalData_CUSTOM_ERROR "no ${ExternalData_CUSTOM_LOCATION} known")
  5. endif()