Skip to content

Commit

Permalink
ocispatial: require OCI library
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 13, 2013
1 parent 4d912c3 commit 424cc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/oracle/ocispatial/CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${QGIS_OUTPUT_DIRECTORY}/${QGIS_PLUGIN_SUBDIR}/sqldrivers)
SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${QGIS_OUTPUT_DIRECTORY}/${QGIS_PLUGIN_SUBDIR}/sqldrivers)

FIND_PACKAGE(OCI)
FIND_PACKAGE(OCI REQUIRED)

ADD_DEFINITIONS(${QT_DEFINITIONS})
ADD_DEFINITIONS(-DQT_PLUGIN)
Expand Down

0 comments on commit 424cc89

Please sign in to comment.