mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user