Skip to content

Commit

Permalink
fix test cmake hub-sc
Browse files Browse the repository at this point in the history
  • Loading branch information
stargieg committed Oct 26, 2024
1 parent 0e200ae commit a032e7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/bacnet/datalink/hub-sc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ if(ZEPHYR_BASE)
message(FATAL_ERROR "ZEPHYR_BASE env variable defined. Use zephyr/CMakeLists.txt for Zephyr build")
elseif(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
message(STATUS "BACNet/SC hub function test: building for linux")
target_compile_options(${PROJECT_NAME} PRIVATE
-Wno-language-extension-token
)
set(BACNET_PORT_DIRECTORY_PATH ${CMAKE_CURRENT_LIST_DIR}/ports/linux)
add_compile_definitions(BACNET_PORT=linux)
find_package(libwebsockets CONFIG REQUIRED)
Expand Down

0 comments on commit a032e7b

Please sign in to comment.