Skip to content
Snippets Groups Projects
Commit 49a04671 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Clean proposal to fix eclipse/aidge/aidge_bakend_cuda#28

parent 30a052a3
No related branches found
No related tags found
1 merge request!206Clean proposal to fix eclipse/aidge/aidge_bakend_cuda#28
Pipeline #55104 failed
cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.24)
set(CXX_STANDARD 14)
file(STRINGS "${CMAKE_SOURCE_DIR}/version.txt" version)
......@@ -44,6 +44,7 @@ FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG ${FMT_VERSION} # or a later release
OVERRIDE_FIND_PACKAGE
)
set(FMT_SYSTEM_HEADERS ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment