mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Just rename dir
This commit is contained in:
@@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex
|
||||
# has no side-effects on the current Makefile (duplicated source file
|
||||
# due to source list expansion done twice).
|
||||
#
|
||||
SUBDIRS(required)
|
||||
SUBDIRS(Temp)
|
||||
|
||||
#
|
||||
# Extra coverage.Not used.
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
#
|
||||
OUTPUT_REQUIRED_FILES(
|
||||
${Complex_SOURCE_DIR}/Executable/complex.cxx
|
||||
${Complex_BINARY_DIR}/Executable/required/complex-required.txt)
|
||||
${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)
|
||||
@@ -516,7 +516,7 @@ int main()
|
||||
// the file was removed the last time 'complex' was run, and it is
|
||||
// only created during a build.
|
||||
|
||||
TestAndRemoveFile(BINARY_DIR "/Executable/required/complex-required.txt");
|
||||
TestAndRemoveFile(BINARY_DIR "/Executable/Temp/complex-required.txt");
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
// Summary
|
||||
|
||||
Reference in New Issue
Block a user