https://github.com/Kitware/CMake
Revision eaa5e0b8b8a088014a9a8ab332511e07873b124a authored by Brad King on 08 April 2024, 22:07:41 UTC, committed by Kitware Robot on 08 April 2024, 22:07:55 UTC
9f399e741c curl: Set build options the way we need for CMake
7fef14d8e0 Merge branch 'upstream-curl' into update-curl
e17d8d0c3b curl 2024-03-27 (de7b3e89)
7ceb6e6c0b curl: Update script to get curl 8.7.1

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !9408
2 parent s 05aaa09 + 9f399e7
Raw File
Tip revision: eaa5e0b8b8a088014a9a8ab332511e07873b124a authored by Brad King on 08 April 2024, 22:07:41 UTC
Merge topic 'update-curl'
Tip revision: eaa5e0b
.gitignore
/CMakeUserPresets.json

# Common build directories
/build*/

# CI jobs that run in symlinked trees produce these artifacts.
/real_work/
/work

# MacOS Finder files.
.DS_Store

# Python compile output.
*.pyc

# See Utilities/Sphinx/tutorial_archive.cmake
/Help/_generated

# CLion work directory
/.idea/
# CLion build directories
/cmake-build-*/

# QtCreator files.
/CMakeLists.txt.user*

# Visual Studio Code
/.vscode/
/.cache/

# Visual Studio work directory
/.vs/
# Visual Studio build directory
/out/

# clang-tidy output
/clang-tidy-fixes.patch
back to top