Remove duplicated definition in CMakeLists.txt files
authorSangYoun Kwak <sy.kwak@samsung.com>
Fri, 17 Mar 2023 09:47:31 +0000 (18:47 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Fri, 21 Apr 2023 08:17:42 +0000 (17:17 +0900)
commit5991b4817ec87b6f40055bfd6a05d685c663c39f
tree5c59e7c0396cb2142307964f3d60dec0ce95a088
parentb08c902a05e7073123ed0616f0342793777cfa08
Remove duplicated definition in CMakeLists.txt files

In CMakeLists.txt, ENABLE_DLOG was defined but it is pointless since
another src/resourced-memory-lmk/CMakeLists.txt defines ENABLE_DLOG as
its own name and in the packaging/plugin-backend-resourced-rpi.spec
file, there is no definition of ENABLE_DLOG for cmake.
Thus, the definition of ENABLE_DLOG in CMakeLists.txt was removed.

Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
CMakeLists.txt