File: 0001-cmake-bump-minimum-required-version.patch

package info (click to toggle)
intel-processor-trace 2.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,376 kB
  • sloc: ansic: 41,262; sh: 747; cpp: 36; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Markus Metzger <markus.t.metzger@intel.com>
Date: Wed, 2 Apr 2025 05:09:47 +0000
Subject: cmake: bump minimum required version

Fixes #114.

Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>

Origin: upstream, https://github.com/intel/libipt/commit/fa7d42de25be526da532284cc8b771fdeb384f81
Bug: https://github.com/intel/libipt/issues/114
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113050
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9d7fc10..a0be44e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 # POSSIBILITY OF SUCH DAMAGE.
 
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.5)
 
 # Do not add /W3 to MSVC command-line
 #