Skip to content
Snippets Groups Projects
Commit 09583aa5 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 4e3bce3f
No related branches found
No related tags found
3 merge requests!414Update version 0.5.1 -> 0.6.0,!408[Add] Dropout Operator,!341Error
Pipeline #65297 passed
@PACKAGE_INIT@ @PACKAGE_INIT@
include(CMakeFindDependencyMacro) include(CMakeFindDependencyMacro)
find_dependency(fmt @FMT_VERSION@) find_dependency(fmt @FMT_MIN_VERSION@)
find_dependency(Threads) find_dependency(Threads)
set(AIDGE_REQUIRES_PYTHON @AIDGE_REQUIRES_PYTHON@) set(AIDGE_REQUIRES_PYTHON @AIDGE_REQUIRES_PYTHON@)
set(AIDGE_PYTHON_HAS_EMBED @AIDGE_PYTHON_HAS_EMBED@) 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