Skip to content

Commit

Permalink
Restore previous list of ORACLE_OCI_NAMES
Browse files Browse the repository at this point in the history
This is quick and dirty trick that seem to help to workaround the mysterious CMake failure (#89).
It needs to be tested if linking works.

[ci skip]
  • Loading branch information
mloskot committed Mar 25, 2013
1 parent 1c2abaf commit fb8982d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/modules/FindOracle.cmake
Expand Up @@ -36,7 +36,7 @@ if(DEFINED ENV{ORACLE_HOME})
${ORACLE_HOME}/sdk/include # Oracle SDK
${ORACLE_HOME}/OCI/include) # Oracle XE on Windows

set(ORACLE_OCI_NAMES oci)
set(ORACLE_OCI_NAMES clntsh libclntsh oci) # Dirty trick might help on OSX, see issues/89
set(ORACLE_OCCI_NAMES libocci occi oraocci10 oraocci11)
set(ORACLE_NNZ_NAMES nnz10 libnnz10 nnz11 libnnz11 ociw32)
set(ORACLE_CLNTSH_NAMES clntsh libclntsh)
Expand Down

0 comments on commit fb8982d

Please sign in to comment.