mirror of
https://github.com/curl/curl.git
synced 2026-04-23 15:02:11 +03:00
cmake: don't use reserved target name 'test'
CMake up to 3.10 always reserves this name Fixes #6257 Closes #6258
This commit is contained in:
parent
d9d0167278
commit
cfea4f2f4d
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ function(add_runtests targetname test_flags)
|
|||
)
|
||||
endfunction()
|
||||
|
||||
add_runtests(test "")
|
||||
add_runtests(test-quiet "-a -s")
|
||||
add_runtests(test-am "-a -am")
|
||||
add_runtests(test-full "-a -p -r")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue