Skip to content
Snippets Groups Projects
Commit c133d4a7 authored by Maxence Naud's avatar Maxence Naud
Browse files

Merge branch 'fmt-version-link' into 'dev'

Rename FMT_VERSION to FMT_MIN_VERSION in config.cmake template

See merge request !323
parents e068a93f f547d4e9
No related branches found
No related tags found
2 merge requests!333[Fix] Attribute snake case,!323Rename FMT_VERSION to FMT_MIN_VERSION in config.cmake template
Pipeline #65059 passed
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(fmt @FMT_VERSION@)
find_dependency(fmt @FMT_MIN_VERSION@)
find_dependency(Threads)
set(AIDGE_REQUIRES_PYTHON @AIDGE_REQUIRES_PYTHON@)
set(AIDGE_PYTHON_HAS_EMBED @AIDGE_PYTHON_HAS_EMBED@)
......
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