From 94d143ef7e5ebaa9fc3c8c3c178215e120002881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Sun, 20 Mar 2022 09:17:25 -0400 Subject: [PATCH] build(cmake): fix export name of mp-units-system --- src/systems/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)