mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 07:01:08 +00:00
11 lines
404 B
Diff
11 lines
404 B
Diff
--- a/CMakeLists.txt 2025-11-14 21:41:25.919406888 +0100
|
|
+++ b/CMakeLists.txt 2025-11-14 21:41:36.083442387 +0100
|
|
@@ -4,7 +4,7 @@
|
|
# This source code is licensed under the BSD-style license found in the
|
|
# LICENSE file in the root directory of this source tree.
|
|
|
|
-cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
|
+cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
|
|
|
|
project(tensorpipe LANGUAGES C CXX)
|
|
|