forked from mpusz/mp-units
fix: CMake config file now has a proper logic for std::format
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
|
||||
if(MP_UNITS_API_STD_FORMAT)
|
||||
if(NOT MP_UNITS_API_STD_FORMAT)
|
||||
find_dependency(fmt)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user