Skip to content
Snippets Groups Projects
Commit 33c14098 authored by Steven Murray's avatar Steven Murray
Browse files

Removed redundant 'find_package (sqlite REQUIRED)' from rdbms/CMakeLists.txt

parent 6863c69c
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ add_subdirectory (wrapper)
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wshadow")
find_package (sqlite REQUIRED)
find_package (oracle-instantclient REQUIRED)
include_directories (${ORACLE-INSTANTCLIENT_INCLUDE_DIRS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment