mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
* development commit from QT6 porting branch * with no KEYWORDS to prevent normal users from accidentially emerging this * take over proxy maintainership Bug: https://bugs.gentoo.org/949231 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
20 lines
586 B
Diff
20 lines
586 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -14,7 +14,7 @@
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-cmake_minimum_required(VERSION 3.16.0)
|
|
+cmake_minimum_required(VERSION 3.20)
|
|
|
|
project(KeePassXC)
|
|
set(APP_ID "org.keepassxc.${PROJECT_NAME}")
|
|
--- a/utils/vcpkg_ports/argon2/CMakeLists.txt
|
|
+++ b/utils/vcpkg_ports/argon2/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 3.8)
|
|
+cmake_minimum_required(VERSION 3.20)
|
|
project(argon2 C)
|
|
|
|
set(PROJECT_VERSION 20190702)
|