cmake: Remove unused variables
This commit is contained in:
parent
dc8d7fd0e0
commit
374716d329
2 changed files with 0 additions and 5 deletions
|
@ -46,5 +46,3 @@ if(ENABLE_I3)
|
|||
endif()
|
||||
|
||||
# }}}
|
||||
|
||||
set(libs ${libs} PARENT_SCOPE)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue