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

Revert "Top CMakeLists.txt now explicitly lists all the REQUIRED components to...

Revert "Top CMakeLists.txt now explicitly lists all the REQUIRED components to be found by cmake/Findoracle-instantclient.cmake"

This reverts commit 0ee95f93.
parent fedb8356
Branches
Tags
No related merge requests found
......@@ -122,7 +122,7 @@ ELSE(DEFINED PackageOnly)
#endif (CMAKE_COMPILER_IS_GNUCC)
if (OCCI_SUPPORT)
find_package (oracle-instantclient REQUIRED COMPONENTS ORACLE-INSTANTCLIENT_INCLUDE_DIRS ORACLE-INSTANTCLIENT_LIBRARIES ORACLE-INSTANTCLIENT_RPATH)
find_package (oracle-instantclient REQUIRED)
endif (OCCI_SUPPORT)
install (CODE "message (STATUS \"Installing directory \$ENV{DESTDIR}/var/log/cta\")")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment