diff options
author | Brad King <brad.king@kitware.com> | 2019-07-26 13:53:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-07-26 13:53:25 (GMT) |
commit | d1aa9f307e4b3397aa0465b4c8e551a637fd1844 (patch) | |
tree | 6924d298e1b69f6f29e85750c7b2d6a628b386b6 /Tests | |
parent | af3278af3612e9bc0599617767047eaeb186c998 (diff) | |
download | CMake-d1aa9f307e4b3397aa0465b4c8e551a637fd1844.zip CMake-d1aa9f307e4b3397aa0465b4c8e551a637fd1844.tar.gz CMake-d1aa9f307e4b3397aa0465b4c8e551a637fd1844.tar.bz2 |
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.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/RunCMake/find_program/RelAndAbsPath.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/RunCMake/find_program/RelAndAbsPath.cmake b/Tests/RunCMake/find_program/RelAndAbsPath.cmake index 3c60a20..6b61980 100644 --- a/Tests/RunCMake/find_program/RelAndAbsPath.cmake +++ b/Tests/RunCMake/find_program/RelAndAbsPath.cmake @@ -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 |