Skip to content

Commit

Permalink
fix test cmake hub-sc win32
Browse files Browse the repository at this point in the history
bacreal.obj : error LNK2019: unresolved external symbol big_endian referenced in function decode_double
  • Loading branch information
stargieg committed Oct 27, 2024
1 parent a032e7b commit 2b7df00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/bacnet/datalink/hub-sc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ elseif(WIN32)
set(BACNET_PORT_DIRECTORY_PATH ${CMAKE_CURRENT_LIST_DIR}/ports/win32)
add_compile_definitions(BACNET_PORT=win32)
add_compile_definitions(BACNET_STACK_STATIC_DEFINE)
add_compile_definitions(BACNET_USE_DOUBLE=0)
find_package(libwebsockets CONFIG REQUIRED)
include_directories(${LIBWEBSOCKETS_INCLUDE_DIRS})
find_package(OpenSSL)
Expand Down

0 comments on commit 2b7df00

Please sign in to comment.