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
229 B
6 lines
229 B
10 years ago
|
if(ExternalData_CUSTOM_LOCATION STREQUAL "MD5/fd95c03719e8626c0d10a818f9996dc5")
|
||
|
file(WRITE "${ExternalData_CUSTOM_FILE}" "DataScript")
|
||
|
else()
|
||
|
set(ExternalData_CUSTOM_ERROR "no ${ExternalData_CUSTOM_LOCATION} known")
|
||
|
endif()
|