Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4be9116a68 | |||
|
|
458495e660 |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 7 07:39:27 UTC 2025 - Simon Lees <sflees@suse.de>
|
||||
|
||||
- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
|
||||
minimum version warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 19:13:50 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ktikz
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -48,6 +48,9 @@ the eps export functionality you also need the poppler-tools package.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# Remove cmake4 error due to not setting
|
||||
# min cmake version - sflees.de
|
||||
export CMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
%cmake_kf5
|
||||
%cmake_build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user