We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf6f00 commit 80fb402Copy full SHA for 80fb402
1 file changed
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.15)
+cmake_minimum_required(VERSION 3.28)
2
3
project(reticula_python LANGUAGES CXX)
4
set(CMAKE_CXX_STANDARD 20)
@@ -9,7 +9,7 @@ include(FetchContent)
9
FetchContent_Declare(
10
reticula
11
GIT_REPOSITORY https://github.com/reticula-network/reticula.git
12
- GIT_TAG c3079ea3839b8e5d5d322d837ff29541a82040cd)
+ GIT_TAG e0e2697aed3e4a13398c07d1b2715ac4195d8d19)
13
14
15
fmt
@@ -19,7 +19,8 @@ FetchContent_Declare(
19
20
metal
21
GIT_REPOSITORY https://github.com/brunocodutra/metal.git
22
- GIT_TAG v2.1.4)
+ GIT_TAG v2.1.4
23
+ EXCLUDE_FROM_ALL)
24
25
find_package(Python 3.10
26
REQUIRED COMPONENTS Interpreter Development.Module
0 commit comments