Merge pull request #343 from JohelEGP/cmake_systems

build(cmake): fix export name of mp-units-system
This commit is contained in:
Mateusz Pusz
2022-03-21 11:50:01 +01:00
committed by GitHub

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)