diff --git a/src/systems/CMakeLists.txt b/src/systems/CMakeLists.txt index 1285ea83..6c89c8f8 100644 --- a/src/systems/CMakeLists.txt +++ b/src/systems/CMakeLists.txt @@ -53,4 +53,5 @@ target_link_libraries(mp-units-systems INTERFACE mp-units::si-uscs ) add_library(mp-units::systems ALIAS mp-units-systems) +set_target_properties(mp-units-systems PROPERTIES EXPORT_NAME systems) install(TARGETS mp-units-systems EXPORT mp-unitsTargets)