From b442784884636bd59ff2197f4c8e9f1cbff1fd13 Mon Sep 17 00:00:00 2001 From: superp00t Date: Wed, 4 Sep 2024 08:07:59 -0400 Subject: [PATCH] fix(build): don't link to mem --- bc/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bc/CMakeLists.txt b/bc/CMakeLists.txt index 584e8d9..52d5b1b 100644 --- a/bc/CMakeLists.txt +++ b/bc/CMakeLists.txt @@ -27,8 +27,3 @@ target_include_directories(bc PUBLIC ${PROJECT_SOURCE_DIR} ) - -target_link_libraries(bc - PUBLIC - mem -)