Core: Add libfmt via FetchContent

This commit is contained in:
Chris Hennes
2023-02-15 21:34:07 -06:00
parent c98022e7fd
commit 59c95496b4
4 changed files with 42 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ InitializeFreeCADBuildOptions()
CheckInterModuleDependencies()
FreeCADLibpackChecks()
SetupDoxygen()
SetupLibFmt()
if(NOT FREECAD_LIBPACK_USE OR FREECAD_LIBPACK_CHECKFILE_CLBUNDLER)
SetupPython()
SetupPCL()