Skip to content
Snippets Groups Projects
Commit 0c8a7728 authored by Jerome Hue's avatar Jerome Hue
Browse files

Add fmt version in CMake package config template

parent 37588b0b
No related branches found
No related tags found
2 merge requests!318[Upd] release verision 0.5.0,!308Add fmt version in CMake package config template
Pipeline #63424 passed
@PACKAGE_INIT@ @PACKAGE_INIT@
include(CMakeFindDependencyMacro) include(CMakeFindDependencyMacro)
find_dependency(fmt) find_dependency(fmt @FMT_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