From 374716d32989d65ff26423d8a93f39325210bd23 Mon Sep 17 00:00:00 2001 From: patrick96 Date: Mon, 21 Dec 2020 22:05:47 +0100 Subject: [PATCH] cmake: Remove unused variables --- lib/CMakeLists.txt | 2 -- src/CMakeLists.txt | 3 --- 2 files changed, 5 deletions(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 463f9b03..4f81e5ce 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -46,5 +46,3 @@ if(ENABLE_I3) endif() # }}} - -set(libs ${libs} PARENT_SCOPE) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f7e30622..72af0881 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -196,6 +196,3 @@ if(BUILD_IPC_MSG) endif() # }}} - -# Export source file list so that it can be used for test compilation -set(files ${files} PARENT_SCOPE)