mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-07-09 01:57:09 +02:00
Discard unwanted libraries from discord integration attempt.
This commit is contained in:
Vendored
+6
-11
@@ -35,13 +35,8 @@ cpr_option(BUILD_CPR_TESTS_SSL "Set to ON to build cpr ssl tests" ${BUILD_CPR_TE
|
||||
cpr_option(GENERATE_COVERAGE "Set to ON to generate coverage reports." OFF)
|
||||
cpr_option(CPR_CURL_NOSIGNAL "Set to ON to disable use of signals in libcurl." OFF)
|
||||
cpr_option(USE_SYSTEM_GTEST "If ON, this project will look in the system paths for an installed gtest library" OFF)
|
||||
if(WIN32)
|
||||
cpr_option(USE_OPENSSL "Use OpenSSL code. Experimental" OFF)
|
||||
cpr_option(USE_WINSSL "Use WIN_SSL backend. Experimental" ON)
|
||||
else()
|
||||
cpr_option(USE_OPENSSL "Use OpenSSL code. Experimental" ON)
|
||||
cpr_option(USE_WINSSL "Use WIN_SSL backend. Experimental" OFF)
|
||||
endif()
|
||||
cpr_option(USE_OPENSSL "Use OpenSSL code. Experimental" ON)
|
||||
cpr_option(USE_WINSSL "Use WIN_SSL backend. Experimental" OFF)
|
||||
message(STATUS "=======================================================")
|
||||
|
||||
if (USE_OPENSSL AND USE_WINSSL)
|
||||
@@ -125,11 +120,11 @@ if(NOT USE_SYSTEM_CURL OR NOT CURL_FOUND)
|
||||
add_library(CURL::libcurl ALIAS curl_int)
|
||||
|
||||
# Group under the "external" project folder in IDEs such as Visual Studio.
|
||||
if(BUILD_CURL_EXE)
|
||||
set_property(TARGET curl PROPERTY FOLDER "external")
|
||||
endif()
|
||||
#if(BUILD_CURL_EXE)
|
||||
# set_property(TARGET curl PROPERTY FOLDER "external")
|
||||
#endif()
|
||||
|
||||
set_property(TARGET libcurl PROPERTY FOLDER "external")
|
||||
#set_property(TARGET libcurl PROPERTY FOLDER "external")
|
||||
endif()
|
||||
|
||||
# GTest configuration
|
||||
|
||||
Reference in New Issue
Block a user