diff options
author | Lukas Rusak <lorusak@gmail.com> | 2021-04-17 10:22:14 -0700 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2021-12-29 19:01:45 -0800 |
commit | b93c915cfd875c6c0cdb53385a7eb19ab02b9bb8 (patch) | |
tree | c26ec66ff28669ed25cdb08fbc83591f1c2a2406 /cmake/scripts/common/Macros.cmake | |
parent | 1581b7c8ae6096c753cfb1401f91789603d16743 (diff) |
[cmake] remove old static analysis methods
Diffstat (limited to 'cmake/scripts/common/Macros.cmake')
-rw-r--r-- | cmake/scripts/common/Macros.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/scripts/common/Macros.cmake b/cmake/scripts/common/Macros.cmake index 27d7d40de7..4bbb03bf95 100644 --- a/cmake/scripts/common/Macros.cmake +++ b/cmake/scripts/common/Macros.cmake @@ -93,10 +93,6 @@ function(core_add_library name) target_sources(lib${APP_NAME_LC} PRIVATE ${FILES}) set(CORE_LIBRARY lib${APP_NAME_LC} PARENT_SCOPE) endif() - foreach(src ${SOURCES}) - list(APPEND sca_sources ${CMAKE_CURRENT_SOURCE_DIR}/${src}) - endforeach() - set(sca_sources ${sca_sources} CACHE STRING "" FORCE) endfunction() # Add a test library, and add sources to list for gtest integration macros |