Print the curl library found during configure.
Prints something like: -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.25.0")
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# -*- cmake -*-
|
||||
include(Prebuilt)
|
||||
|
||||
set(CURL_FIND_QUIETLY ON)
|
||||
set(CURL_FIND_QUIETLY OFF)
|
||||
set(CURL_FIND_REQUIRED ON)
|
||||
|
||||
if (STANDALONE)
|
||||
|
||||
Reference in New Issue
Block a user