Refactor CMakeLists.txt to replace BIG_ENDIAN definition with BACNET_BIG_ENDIAN to fix missing function in builds. (#1284)
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ if (CMAKE_C_COMPILER_ID MATCHES "Clang" OR CMAKE_C_COMPILER_ID MATCHES "GNU")
|
||||
|
||||
# some consistent defines used for all builds - avoids inconsistent error
|
||||
add_compile_definitions(
|
||||
BIG_ENDIAN=0
|
||||
BACNET_BIG_ENDIAN=0
|
||||
PRINT_ENABLED=1
|
||||
BACAPP_PRINT_ENABLED=1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user