mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Remove PRE_BUILD from tests_dir target
It doesn't seem necessary and I can't justify what it's there for.
This commit is contained in:
parent
843ac2554d
commit
8a78dca26f
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ FILE(GLOB TESTS_FILES tests/*)
|
|||
ADD_CUSTOM_TARGET(tests_dir DEPENDS tests)
|
||||
|
||||
ADD_CUSTOM_COMMAND(TARGET tests_dir
|
||||
PRE_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
${CMAKE_SOURCE_DIR}/tests/ ${CMAKE_BINARY_DIR}/tests/
|
||||
COMMENT "Copying test files to binary dir"
|
||||
|
|
Loading…
Reference in a new issue