From 6eac6d78f6ad08c324101a475ec66fae6001eb19 Mon Sep 17 00:00:00 2001 From: "Logikoma (Codex GPT-5)" Date: Mon, 3 Aug 2026 13:18:42 -0400 Subject: [PATCH] Remove dead install variable --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ea8499..1a5a47e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -337,7 +337,6 @@ if(Python3_FOUND) ) endif() -set(main_lib_dest "lib/my_library-${MY_LIBRARY_VERSION}") install(TARGETS akerror EXPORT akerrorTargets ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}