diff options
author | Michele Calgaro <[email protected]> | 2019-09-04 11:12:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-09-04 11:23:16 +0900 |
commit | 832b93fe1926be59ac8b494b05fdc01ad26ed14f (patch) | |
tree | e5ac6c7e4b44c7998b55970242586032236c5393 /tdecachegrind/CMakeLists.txt | |
parent | 6fc5306d14f550c48e4df2a2105643926324f861 (diff) | |
download | tdesdk-832b93fe1926be59ac8b494b05fdc01ad26ed14f.tar.gz tdesdk-832b93fe1926be59ac8b494b05fdc01ad26ed14f.zip |
Removed .lsm files. lsm database is outdated and unmaintained.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdecachegrind/CMakeLists.txt')
-rw-r--r-- | tdecachegrind/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tdecachegrind/CMakeLists.txt b/tdecachegrind/CMakeLists.txt index 1197869f..afa2d31f 100644 --- a/tdecachegrind/CMakeLists.txt +++ b/tdecachegrind/CMakeLists.txt @@ -14,7 +14,6 @@ include( ConfigureChecks.cmake ) set( TDECACHEGRIND_VERSION "0.4.6kde" ) configure_file( version.h.in version.h @ONLY ) configure_file( tdecachegrind.spec.in tdecachegrind.spec @ONLY ) -configure_file( tdecachegrind.lsm.in tdecachegrind.lsm @ONLY ) add_subdirectory( tdecachegrind ) add_subdirectory( pics ) |