From 9b49e63caba7f0d1d8bd956a75f644e485897745 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Mon, 28 Nov 2022 14:19:01 -0500 Subject: [PATCH] mark the linking to LCP as private --- protocol/artistic/artnet/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/artistic/artnet/CMakeLists.txt b/protocol/artistic/artnet/CMakeLists.txt index 7081bd5..05b9e0a 100644 --- a/protocol/artistic/artnet/CMakeLists.txt +++ b/protocol/artistic/artnet/CMakeLists.txt @@ -22,7 +22,7 @@ target_sources(${PROJECT_NAME} ) target_link_libraries(${PROJECT_NAME} - PUBLIC + PRIVATE LCP )