https://github.com/Kitware/CMake
Revision 90aef0b92a8f5bfe25fb17d86b7a6df4a7571b40 authored by Brad King on 31 August 2022, 13:38:29 UTC, committed by Kitware Robot on 31 August 2022, 13:38:50 UTC
d3ac4e8246 Tests: Teach RunCMake.SymlinkTrees to tolerate CCACHE_BASEDIR

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7622
2 parent s 209af8f + d3ac4e8
Raw File
Tip revision: 90aef0b92a8f5bfe25fb17d86b7a6df4a7571b40 authored by Brad King on 31 August 2022, 13:38:29 UTC
Merge topic 'test-symlinks-with-ccache' into release-3.24
Tip revision: 90aef0b
test_clean.cmake.in
set(TEST_BUILD_DIRS "@TEST_BUILD_DIRS@")
file(REMOVE_RECURSE ${TEST_BUILD_DIRS})
back to top