blob: ad3febe55beb909ce648ebcb3e4fccdf5dd939e9 (
plain)
1
2
3
4
5
6
7
|
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/not_cache_variable)
add_test(
NAME KDEInstallDirs_not_cache_variable
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/not_cache_variable
COMMAND "${CMAKE_COMMAND}" "${CMAKE_CURRENT_SOURCE_DIR}/not_cache_variable"
)
|