Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
1392cf05
Verified
Commit
1392cf05
authored
1 year ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Fix schannel support on Windows
parent
60ce61b2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5237
passed
1 year ago
Stage: sign
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
cmake/Hunter/config.cmake
+36
-6
36 additions, 6 deletions
cmake/Hunter/config.cmake
with
37 additions
and
7 deletions
appveyor.yml
+
1
−
1
View file @
1392cf05
...
...
@@ -14,7 +14,7 @@ environment:
cache
:
-
c:\hunter\ -> appveyor.yml, CMakeLists.txt
-
c:\hunter\ -> appveyor.yml, CMakeLists.txt
, cmake/Hunter/config.cmake
-
build\_deps -> appveyor.yml, CMakeLists.txt
build
:
...
...
This diff is collapsed.
Click to expand it.
cmake/Hunter/config.cmake
+
36
−
6
View file @
1392cf05
...
...
@@ -9,11 +9,26 @@ if (WIN32)
CURL
VERSION 8.4.0-p0
CMAKE_ARGS
CMAKE_USE_SCHANNEL=ON
BUILD_CURL_TESTS=OFF
BUILD_CURL_EXE=OFF
CMAKE_USE_OPENSSL=OFF
CMAKE_USE_LIBSSH2=OFF
CURL_USE_SCHANNEL=ON
CURL_USE_OPENSSL=OFF
CURL_USE_LIBSSH2=OFF
CURL_DISABLE_FTP=ON
CURL_DISABLE_FTP=ON
CURL_DISABLE_FILE=ON
CURL_DISABLE_TELNET=ON
CURL_DISABLE_LDAP=ON
CURL_DISABLE_DICT=ON
CURL_DISABLE_TFTP=ON
CURL_DISABLE_GOPHER=ON
CURL_DISABLE_POP3=ON
CURL_DISABLE_IMAP=ON
CURL_DISABLE_SMB=ON
CURL_DISABLE_SMTP=ON
CURL_DISABLE_RTSP=ON
CURL_USE_LIBRTMP=OFF
CURL_DISABLE_MQTT=ON
BUILD_TESTING=OFF
)
else
()
...
...
@@ -21,11 +36,26 @@ else()
CURL
VERSION 8.4.0-p0
CMAKE_ARGS
CMAKE_USE_SCHANNEL=OFF
BUILD_CURL_TESTS=OFF
BUILD_CURL_EXE=OFF
CMAKE_USE_OPENSSL=ON
CMAKE_USE_LIBSSH2=OFF
CURL_USE_SCHANNEL=OFF
CURL_USE_OPENSSL=ON
CURL_USE_LIBSSH2=OFF
CURL_DISABLE_FTP=ON
CURL_DISABLE_FTP=ON
CURL_DISABLE_FILE=ON
CURL_DISABLE_TELNET=ON
CURL_DISABLE_LDAP=ON
CURL_DISABLE_DICT=ON
CURL_DISABLE_TFTP=ON
CURL_DISABLE_GOPHER=ON
CURL_DISABLE_POP3=ON
CURL_DISABLE_IMAP=ON
CURL_DISABLE_SMB=ON
CURL_DISABLE_SMTP=ON
CURL_DISABLE_RTSP=ON
CURL_USE_LIBRTMP=OFF
CURL_DISABLE_MQTT=ON
BUILD_TESTING=OFF
)
endif
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment