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

Removed redundant 'find_package (oracle-instantclient REQUIRED)' and...

Removed redundant 'find_package (oracle-instantclient REQUIRED)' and 'include_directories (INSTANTCLIENT_INCLUDE_DIRS)' from rdbms/CMakeLists.txt
parent 33c14098
Branches
Tags
No related merge requests found
......@@ -19,10 +19,6 @@ add_subdirectory (wrapper)
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wshadow")
find_package (oracle-instantclient REQUIRED)
include_directories (${ORACLE-INSTANTCLIENT_INCLUDE_DIRS})
set (RDBMS_LIB_SRC_FILES
AutoRollback.cpp
Conn.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment