From f169c96e7861ab52f75eecc67aa6ee6cd75e8d11 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 7 Dec 2023 00:12:27 -0600 Subject: [PATCH] [ox/claw] Remove ReadClaw from build --- deps/ox/src/ox/claw/CMakeLists.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/deps/ox/src/ox/claw/CMakeLists.txt b/deps/ox/src/ox/claw/CMakeLists.txt index 14d81e069..4c13e5b07 100644 --- a/deps/ox/src/ox/claw/CMakeLists.txt +++ b/deps/ox/src/ox/claw/CMakeLists.txt @@ -16,16 +16,16 @@ target_link_libraries( $<$:OxOrganicClaw> ) -if(OX_USE_STDLIB) - add_executable( - readclaw - readclaw.cpp - ) - target_link_libraries( - readclaw PUBLIC - OxClaw - ) -endif() +#if(OX_USE_STDLIB) +# add_executable( +# readclaw +# readclaw.cpp +# ) +# target_link_libraries( +# readclaw PUBLIC +# OxClaw +# ) +#endif() install(TARGETS OxClaw LIBRARY DESTINATION lib