mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-11 23:45:01 -04:00
Fixed issue for newer compilers and adjusted Oracle and chat for compilation
This commit is contained in:
@@ -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
@@ -81,7 +81,7 @@ namespace Base
|
||||
{
|
||||
}
|
||||
|
||||
ByteStream::ReadIterator::~ReadIterator()
|
||||
Base::ReadIterator::~ReadIterator()
|
||||
{
|
||||
stream = 0;
|
||||
}
|
||||
|
||||
@@ -21,3 +21,4 @@ add_library(udplibrary
|
||||
UdpLibrary.h
|
||||
)
|
||||
|
||||
target_include_directories(udplibrary PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user