From b8fc1f634e2de22b757338157fd38efcd7b69c63 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Thu, 5 Jul 2012 01:41:01 +0200 Subject: [PATCH] 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") --- indra/cmake/CURL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cmake/CURL.cmake b/indra/cmake/CURL.cmake index 3b35f0bae..29d789478 100644 --- a/indra/cmake/CURL.cmake +++ b/indra/cmake/CURL.cmake @@ -1,7 +1,7 @@ # -*- cmake -*- include(Prebuilt) -set(CURL_FIND_QUIETLY ON) +set(CURL_FIND_QUIETLY OFF) set(CURL_FIND_REQUIRED ON) if (STANDALONE)