summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-12-21 15:27:41 -0800
committerMerov Linden <merov@lindenlab.com>2010-12-21 15:27:41 -0800
commit472c9363a4d3d78aba579aab903101d43b05726a (patch)
treed14c7e2d600cfb1e25ca68d2ed596571755944e6 /indra/cmake
parent91021bf905286bcb5ce0f14e19a55b4800a9ce99 (diff)
parentaa56f78dd2abd354fc36854d365dbc89459051ff (diff)
STORM-453 : pull in viewer-development
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/CURL.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/cmake/CURL.cmake b/indra/cmake/CURL.cmake
index 6e5fed4d52..9aba08e573 100644
--- a/indra/cmake/CURL.cmake
+++ b/indra/cmake/CURL.cmake
@@ -10,10 +10,10 @@ else (STANDALONE)
use_prebuilt_binary(curl)
if (WINDOWS)
set(CURL_LIBRARIES
- debug libcurld
- optimized libcurl)
+ debug libcurld.lib
+ optimized libcurl.lib)
else (WINDOWS)
- set(CURL_LIBRARIES curl)
+ set(CURL_LIBRARIES libcurl.a)
endif (WINDOWS)
set(CURL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
endif (STANDALONE)