Refactor CMakeLists.txt to replace BIG_ENDIAN definition with BACNET_BIG_ENDIAN to fix missing function in builds. (#1284)

This commit is contained in:
Steve Karg
2026-03-27 14:40:21 -05:00
committed by GitHub
parent 326a47b688
commit 6f3d25b5ba
144 changed files with 144 additions and 144 deletions
+1 -1
View File
@@ -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
)