summaryrefslogtreecommitdiffstats
path: root/Tests/Module/ExternalData/MyScript1.cmake
blob: 242c64d9f6bb7dc356ca83db3bdc2f7027830276 (plain)
1
2
3
4
5
if(ExternalData_CUSTOM_LOCATION STREQUAL "MD5/fd95c03719e8626c0d10a818f9996dc5")
  file(WRITE "${ExternalData_CUSTOM_FILE}" "DataScript")
else()
  set(ExternalData_CUSTOM_ERROR "no ${ExternalData_CUSTOM_LOCATION} known")
endif()