Fixed issue for newer compilers and adjusted Oracle and chat for compilation

This commit is contained in:
Cekis
2021-12-11 22:57:25 -05:00
parent a4e3f44fec
commit 78959d8034
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
# If ORACLE_HOME not defined, assume Oracle libraries not available
if(DEFINED ENV{ORACLE_HOME})
set(ORACLE_HOME ${CMAKE_ORACLE_DIR})
set(ORACLE_HOME $ENV{ORACLE_HOME})
find_path(ORACLE_INCLUDE_DIR
NAMES oci.h
+1 -1
View File
@@ -81,7 +81,7 @@ namespace Base
{
}
ByteStream::ReadIterator::~ReadIterator()
Base::ReadIterator::~ReadIterator()
{
stream = 0;
}
+1
View File
@@ -21,3 +21,4 @@ add_library(udplibrary
UdpLibrary.h
)
target_include_directories(udplibrary PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})