use proper cmake call

This commit is contained in:
Jeff Becker 2019-12-26 15:01:05 -05:00
parent fde0ca374f
commit da5eb913e9
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -22,7 +22,7 @@ if(NOT IOS AND NOT ANDROID AND NOT WIN32)
set(CURL_LIBRARIES libcurl)
set(CURL_FOUND TRUE)
else()
set(CURL_LIBRARIES "-lcurl")
include(FindCURL)
endif()
endif()