mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
Merge topic 'test-symlinks-with-ccache' into release-3.24
d3ac4e8246 Tests: Teach RunCMake.SymlinkTrees to tolerate CCACHE_BASEDIR
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7622
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
include(RunCMake)
|
||||
|
||||
# Do not let ccache modify paths checked by the test cases.
|
||||
unset(ENV{CCACHE_BASEDIR})
|
||||
|
||||
function(run_symlink_test_case)
|
||||
file(REMOVE_RECURSE
|
||||
"${RunCMake_TEST_BINARY_DIR}/CMakeCache.txt"
|
||||
|
||||
Reference in New Issue
Block a user