mirror of
https://github.com/curl/curl.git
synced 2026-05-30 12:27:29 +03:00
cmake: drop reference to undefined variable
Undefined since the initial commit adding CMake support. Closes #14358
This commit is contained in:
parent
f5b826532f
commit
b6089c35d9
1 changed files with 2 additions and 2 deletions
|
|
@ -53,10 +53,10 @@ macro(curl_internal_test CURL_TEST)
|
|||
"${CURL_TEST_ADD_LIBRARIES}"
|
||||
OUTPUT_VARIABLE OUTPUT)
|
||||
if(${CURL_TEST})
|
||||
set(${CURL_TEST} 1 CACHE INTERNAL "Curl test ${FUNCTION}")
|
||||
set(${CURL_TEST} 1 CACHE INTERNAL "Curl test")
|
||||
message(STATUS "Performing Test ${CURL_TEST} - Success")
|
||||
else()
|
||||
set(${CURL_TEST} "" CACHE INTERNAL "Curl test ${FUNCTION}")
|
||||
set(${CURL_TEST} "" CACHE INTERNAL "Curl test")
|
||||
message(STATUS "Performing Test ${CURL_TEST} - Failed")
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue