krita, bump to version 5.3.0 (#13861)

This commit is contained in:
Schrijvers Luc
2026-03-24 17:21:58 +01:00
committed by GitHub
parent 435f027c52
commit f40393bd05
2 changed files with 29 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
From 4af5c46c89ff46eebcdf265ca65522bc63a8ee66 Mon Sep 17 00:00:00 2001
From: Luc Schrijvers <begasus@gmail.com>
Date: Tue, 24 Mar 2026 16:11:54 +0100
Subject: set CMAKE_POSITION_INDEPENDENT_CODE to OFF
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7266bdf..25e901d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,7 +82,7 @@ if (POLICY CMP0167)
cmake_policy(SET CMP0167 OLD)
endif()
-set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+set(CMAKE_POSITION_INDEPENDENT_CODE OFF)
if (APPLE)
add_subdirectory(packaging/macos)
--
2.52.0