Skip to content

Commit 06fe5e7

Browse files
committed
[CMake]Remove unused code from lzhl library build. (#498)
Files cause issues on 64bit and aren't required.
1 parent 4cbf6eb commit 06fe5e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/lzhl.cmake

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ target_sources(liblzhl PRIVATE
1414
"${LZHL_DIR}/_lzhl.h"
1515
"${LZHL_DIR}/Huff.cpp"
1616
"${LZHL_DIR}/Lz.cpp"
17-
"${LZHL_DIR}/Lzhl_tcp.cpp"
18-
"${LZHL_DIR}/Lzhl_tcp.h"
1917
"${LZHL_DIR}/Lzhl.cpp"
2018
"${LZHL_DIR}/lzhl.h"
2119
)

0 commit comments

Comments
 (0)