Skip to content
Snippets Groups Projects
Commit f547d4e9 authored by Jerome Hue's avatar Jerome Hue Committed by Maxence Naud
Browse files

Rename FMT_VERSION to FMT_MIN_VERSION in config.cmake template

parent e068a93f
No related branches found
No related tags found
4 merge requests!414Update version 0.5.1 -> 0.6.0,!408[Add] Dropout Operator,!333[Fix] Attribute snake case,!323Rename FMT_VERSION to FMT_MIN_VERSION in config.cmake template
Pipeline #65055 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