1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 00:28:48 -05: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:
Jakub Zakrzewski 2020-11-27 21:06:03 +01:00 committed by Daniel Stenberg
parent d9d0167278
commit cfea4f2f4d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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")