Skip to content

Commit 80fb402

Browse files
committed
update reticula and minimum CMake
1 parent daf6f00 commit 80fb402

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.15)
1+
cmake_minimum_required(VERSION 3.28)
22

33
project(reticula_python LANGUAGES CXX)
44
set(CMAKE_CXX_STANDARD 20)
@@ -9,7 +9,7 @@ include(FetchContent)
99
FetchContent_Declare(
1010
reticula
1111
GIT_REPOSITORY https://github.com/reticula-network/reticula.git
12-
GIT_TAG c3079ea3839b8e5d5d322d837ff29541a82040cd)
12+
GIT_TAG e0e2697aed3e4a13398c07d1b2715ac4195d8d19)
1313

1414
FetchContent_Declare(
1515
fmt
@@ -19,7 +19,8 @@ FetchContent_Declare(
1919
FetchContent_Declare(
2020
metal
2121
GIT_REPOSITORY https://github.com/brunocodutra/metal.git
22-
GIT_TAG v2.1.4)
22+
GIT_TAG v2.1.4
23+
EXCLUDE_FROM_ALL)
2324

2425
find_package(Python 3.10
2526
REQUIRED COMPONENTS Interpreter Development.Module

0 commit comments

Comments
 (0)