Skip to content

Commit

Permalink
fixes compile error of network_tcp.c when open is added as cmake subd…
Browse files Browse the repository at this point in the history
…irectory
  • Loading branch information
matkonnerth authored and jpfr committed Feb 26, 2020
1 parent 632d490 commit 758166b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SET(SOURCE_GROUP ${SOURCE_GROUP}\\arch)

ua_include_directories(${CMAKE_CURRENT_SOURCE_DIR}) # to have access to ua_network_tcp.h
ua_include_directories(${CMAKE_SOURCE_DIR}/src) # to have access to ua_securechannel.h
ua_include_directories(${PROJECT_SOURCE_DIR}/src) # to have access to ua_securechannel.h

add_subdirectory(posix)
add_subdirectory(win32)
Expand Down

0 comments on commit 758166b

Please sign in to comment.