mirror of
https://github.com/reactos/CMake.git
synced 2025-02-23 21:40:34 +00:00
Tests: Remove stray source dir modification in RunCMake.find_program
Since commit c76c1ea208 (find_program: Consider CWD only for paths with separator, 2018-05-31, v3.13.0-rc1~413^2) this test has created a directory in the source tree unnecessarily. Remove it.
This commit is contained in:
parent
af3278af36
commit
d1aa9f307e
@ -10,7 +10,6 @@ endfunction()
|
||||
|
||||
strip_windows_path_prefix("${CMAKE_CURRENT_SOURCE_DIR}" srcdir)
|
||||
|
||||
file(MAKE_DIRECTORY "tmp${srcdir}")
|
||||
configure_file(testCWD "tmp${srcdir}/testNoSuchFile" COPYONLY)
|
||||
|
||||
find_program(PROG_ABS
|
||||
|
Loading…
x
Reference in New Issue
Block a user