mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06:00
Attempting to use AndroidTestUtilities to simply install some local
files on device can result in the following error:
Neither ExternalData_URL_TEMPLATES nor ExternalData_OBJECT_STORES is set
We no longer require these ExternalData-specific variables to be set if
no such remote data files are requested.
Fixes: #16529
6 lines
121 B
CMake
6 lines
121 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/check.cmake)
|
|
compare_build_to_expected(FILES
|
|
"data/a.txt"
|
|
)
|
|
check_for_setup_test()
|