From d1aa9f307e4b3397aa0465b4c8e551a637fd1844 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 26 Jul 2019 09:53:25 -0400 Subject: 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. --- Tests/RunCMake/find_program/RelAndAbsPath.cmake | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12