mirror of
https://github.com/SOCI/soci.git
synced 2026-02-14 01:28:54 -06:00
Try more recent Oracle versions first
It seems more logical to check for the presence of the latest Oracle versions before checking for the ancient ones.
This commit is contained in:
@@ -42,7 +42,7 @@ find_path(ORACLE_INCLUDE_DIR
|
||||
# instant client from rpm
|
||||
/usr/include/oracle/*/client${LIB_SUFFIX})
|
||||
|
||||
set(ORACLE_VERSIONS 10 11 12 18 19)
|
||||
set(ORACLE_VERSIONS 19 18 12 11 10)
|
||||
set(ORACLE_OCI_NAMES clntsh libclntsh oci) # Dirty trick might help on OSX, see issues/89
|
||||
set(ORACLE_OCCI_NAMES libocci occi)
|
||||
set(ORACLE_NNZ_NAMES ociw32)
|
||||
|
||||
Reference in New Issue
Block a user