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)