From e46d1e6dd2353d1b6fb0d004433157dcb1904992 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 28 Oct 2021 01:49:20 -0500 Subject: [PATCH] [ox/claw] Fix CMake generator expression OX_USE_STDLIB switch (synced from 51f3c01c4e33ebeb4e626d13d66f4b0df2fd568e) --- src/ox/claw/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ox/claw/CMakeLists.txt b/src/ox/claw/CMakeLists.txt index 207e7e131..a4a004799 100644 --- a/src/ox/claw/CMakeLists.txt +++ b/src/ox/claw/CMakeLists.txt @@ -5,10 +5,11 @@ add_library( write.cpp ) + target_link_libraries( OxClaw PUBLIC OxMetalClaw - $<$:OxOrganicClaw> + $<$:OxOrganicClaw> ) if(OX_RUN_TESTS)