From 63f2b2e0e7d752e18ca25e1283cfc2078d96fb23 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Wed, 31 Oct 2018 00:29:11 +0100 Subject: [PATCH] Removed redundant 'find_package (oracle-instantclient REQUIRED)' and 'include_directories (INSTANTCLIENT_INCLUDE_DIRS)' from rdbms/CMakeLists.txt --- rdbms/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rdbms/CMakeLists.txt b/rdbms/CMakeLists.txt index 637406ee3b..f2f9af4c1d 100644 --- a/rdbms/CMakeLists.txt +++ b/rdbms/CMakeLists.txt @@ -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 -- GitLab