build(cmake): fix export name of mp-units-system

This commit is contained in:
Johel Ernesto Guerrero Peña
2022-03-20 09:17:25 -04:00
parent e1f7266b51
commit 94d143ef7e

View File

@@ -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)