Skip to content

Commit a92d395

Browse files
authored
Merge pull request #489 from yangfurong/pr/remove_tunnel
Pr/remove tunnel
2 parents 256a197 + 24e71d2 commit a92d395

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cmake/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -344,16 +344,6 @@ if(XQC_ENABLE_UNLIMITED)
344344
)
345345
endif()
346346

347-
# add tunnel
348-
if(XQC_ENABLE_TH3 OR XQC_ENABLE_TUNNEL)
349-
set(
350-
XQC_SOURCE
351-
)
352-
if(XQC_ENABLE_TNL_DG)
353-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DXQC_ENABLE_TNL_DG ")
354-
endif()
355-
add_subdirectory(tunnel)
356-
endif()
357347

358348
if (XQC_NO_SHARED)
359349
set(XQC_BINARY_TYPE STATIC)

0 commit comments

Comments
 (0)