mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
32 lines
943 B
Diff
32 lines
943 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 4615124..68551c8 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,7 +1,7 @@
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
project(libxtrx C)
|
|
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
|
|
|
-cmake_minimum_required(VERSION 2.8)
|
|
|
|
|
|
# Set the version information here
|
|
diff --git a/examples/xtrx_fft/CMakeLists.txt b/examples/xtrx_fft/CMakeLists.txt
|
|
index 2d1662a..eb044c5 100644
|
|
--- a/examples/xtrx_fft/CMakeLists.txt
|
|
+++ b/examples/xtrx_fft/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 3.1.0)
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
project(fft_wnd)
|
|
|
|
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
|
diff --git a/soapy/CMakeLists.txt b/soapy/CMakeLists.txt
|
|
index edfe657..167887e 100644
|
|
--- a/soapy/CMakeLists.txt
|
|
+++ b/soapy/CMakeLists.txt
|
|
@@ -1,3 +1,4 @@
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
set(CMAKE_CXX_STANDARD 11)
|
|
project(soapyxtrx C CXX)
|
|
|