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
@ -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…
Reference in New Issue
Block a user