Skip to content

Commit

Permalink
Update CMake to version 3.28.3
Browse files Browse the repository at this point in the history
Force the use of libssl and libcrypto instead of libmd.
  • Loading branch information
fwyzard committed Mar 6, 2024
1 parent 2f047f5 commit 217d23e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external cmake 3.25.2
### RPM external cmake 3.28.3
%define downloaddir %(echo %realversion | cut -d. -f1,2)
Source: http://www.cmake.org/files/v%{downloaddir}/%n-%realversion.tar.gz
Requires: bz2lib curl expat zlib
Expand All @@ -20,6 +20,7 @@ cat > build-flags.cmake <<- EOF
SET(BUILD_CursesDialog FALSE CACHE BOOL "" FORCE)
# Use system libraries, not cmake bundled ones.
SET(CMAKE_USE_OPENSSL TRUE CACHE BOOL "" FORCE)
SET(CMAKE_USE_SYSTEM_LIBRARY_CURL TRUE CACHE BOOL "" FORCE)
SET(CMAKE_USE_SYSTEM_LIBRARY_ZLIB TRUE CACHE BOOL "" FORCE)
SET(CMAKE_USE_SYSTEM_LIBRARY_BZIP2 TRUE CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 217d23e

Please sign in to comment.