mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08: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
@ -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…
x
Reference in New Issue
Block a user