mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
e016ffada1
a517029646ac86f9d72fcea204ff45db41702e37 depends: switch to building expat with CMake (fanquake) Pull request description: Switch to building Expat with CMake, instead of Autotools. ACKs for top commit: hebasto: re-ACK a517029646ac86f9d72fcea204ff45db41702e37. Tree-SHA512: ca040545dd83fb81a8b209aa24cae6e22eaeff04f44bdabc4454adf6ea63d34f4ae27bd5980c65db2d2542e23eb2712102719023c262ab63a933c90b5999c11e
14 lines
416 B
Diff
14 lines
416 B
Diff
build: set minimum required CMake to 3.16
|
|
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -33,7 +33,7 @@
|
|
# Unlike most of Expat,
|
|
# this file is copyrighted under the BSD-license for buildsystem files of KDE.
|
|
|
|
-cmake_minimum_required(VERSION 3.1.3)
|
|
+cmake_minimum_required(VERSION 3.16)
|
|
|
|
# This allows controlling documented build time switches
|
|
# when Expat is pulled in using the add_subdirectory function, e.g.
|