Define CURL_STATICLIB if we don't use libcurl shared version (might be related to #640)

This problem was introduced in d7bf504887
This commit is contained in:
David Capello 2015-04-27 12:23:54 -03:00
parent be946ceab1
commit 73fa7b2107

View File

@ -147,6 +147,10 @@ if(NOT USE_SHARED_GTEST)
endif()
endif()
if(NOT USE_SHARED_CURL)
set(CURL_STATICLIB ON BOOL)
endif()
######################################################################
# Allegro 4 backend