]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: don't use reserved target name 'test'
authorJakub Zakrzewski <slither.jz@gmail.com>
Fri, 27 Nov 2020 20:06:03 +0000 (21:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Dec 2020 09:33:35 +0000 (10:33 +0100)
CMake up to 3.10 always reserves this name

Fixes #6257
Closes #6258

tests/CMakeLists.txt

index c02858380440cba0497d7e1cad93a7519c42d8ec..acd53d3e79a672cd252207847d60bbcd6b476f3c 100644 (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")