summaryrefslogtreecommitdiff
path: root/src/components/utils
diff options
context:
space:
mode:
authorIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-03 17:44:15 +0200
committerIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-03 17:44:15 +0200
commit22b926d4af4e4aab9ae0746d2bfd8625ceadcc9d (patch)
tree587f20b21e146b1beef4013f80c343b7ae9a4939 /src/components/utils
parent82c9705d98e5cd73c1907857ba208ca5092ea9c5 (diff)
downloadsdl_core-22b926d4af4e4aab9ae0746d2bfd8625ceadcc9d.tar.gz
Apply code review comments
Remove FindSDLSqlite3 module, replace with FindSqlite3 Remove commented code Fix redundant libraries in resumption test Related tasks APPLINK-30588 APPLINK-30972
Diffstat (limited to 'src/components/utils')
-rw-r--r--src/components/utils/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/utils/CMakeLists.txt b/src/components/utils/CMakeLists.txt
index 93e11d745b..51835c125a 100644
--- a/src/components/utils/CMakeLists.txt
+++ b/src/components/utils/CMakeLists.txt
@@ -31,7 +31,7 @@
include(${CMAKE_SOURCE_DIR}/tools/cmake/helpers/platform.cmake)
include(${CMAKE_SOURCE_DIR}/tools/cmake/helpers/sources.cmake)
-find_package(SDLSqlite3 REQUIRED)
+find_package(Sqlite3 REQUIRED)
include_directories (
${COMPONENTS_DIR}/utils/include