COMP: removing the directory at the beginning breaks the test for in-source
builds Alex
This commit is contained in:
parent
9c08054016
commit
7203990661
|
@ -6,7 +6,6 @@
|
||||||
# and source files for the test project.
|
# and source files for the test project.
|
||||||
project(BuildDepends)
|
project(BuildDepends)
|
||||||
|
|
||||||
file(REMOVE_RECURSE ${BuildDepends_BINARY_DIR}/Project)
|
|
||||||
file(MAKE_DIRECTORY ${BuildDepends_BINARY_DIR}/Project)
|
file(MAKE_DIRECTORY ${BuildDepends_BINARY_DIR}/Project)
|
||||||
message("Creating Project/foo.cxx")
|
message("Creating Project/foo.cxx")
|
||||||
write_file(${BuildDepends_BINARY_DIR}/Project/foo.cxx
|
write_file(${BuildDepends_BINARY_DIR}/Project/foo.cxx
|
||||||
|
|
Loading…
Reference in New Issue