Fixed CMake build for BDT and FDT to only apply to BIP and BIP6.
This commit is contained in:
+1
-1
@@ -700,7 +700,7 @@ if(BACNET_STACK_BUILD_APPS)
|
||||
target_link_libraries(bacdiscover PRIVATE ${PROJECT_NAME})
|
||||
endif(BACNET_BUILD_BACDISCOVER_APP)
|
||||
|
||||
if(NOT BACDL_ETHERNET)
|
||||
if(BACDL_BIP OR BACDL_BIP6)
|
||||
add_executable(readbdt apps/readbdt/main.c)
|
||||
target_link_libraries(readbdt PRIVATE ${PROJECT_NAME})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user