mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-06 13:44:27 +02:00
fix: CMake config file now has a proper logic for std::format
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
include(CMakeFindDependencyMacro)
|
include(CMakeFindDependencyMacro)
|
||||||
|
|
||||||
if(MP_UNITS_API_STD_FORMAT)
|
if(NOT MP_UNITS_API_STD_FORMAT)
|
||||||
find_dependency(fmt)
|
find_dependency(fmt)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user