mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 21:24:27 +02:00
fix: cxx_std_20
set for mp-units::core
This commit is contained in:
@@ -77,6 +77,7 @@ add_mp_units_module(
|
|||||||
MODULE_INTERFACE_UNIT mp-units-core.cpp
|
MODULE_INTERFACE_UNIT mp-units-core.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_features(mp-units-core INTERFACE cxx_std_20)
|
||||||
target_compile_definitions(
|
target_compile_definitions(
|
||||||
mp-units-core ${${projectPrefix}TARGET_SCOPE} ${projectPrefix}USE_LIBFMT=$<BOOL:${${projectPrefix}USE_LIBFMT}>
|
mp-units-core ${${projectPrefix}TARGET_SCOPE} ${projectPrefix}USE_LIBFMT=$<BOOL:${${projectPrefix}USE_LIBFMT}>
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user