fix: CMake config file now has a proper logic for std::format

This commit is contained in:
Mateusz Pusz
2024-04-16 22:12:43 +01:00
parent 23c4e0e45c
commit c40967bb2e

View File

@@ -22,7 +22,7 @@
include(CMakeFindDependencyMacro)
if(MP_UNITS_API_STD_FORMAT)
if(NOT MP_UNITS_API_STD_FORMAT)
find_dependency(fmt)
endif()