Undefined since the initial commit adding CMake support.
Closes #14358
"${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()