Skip to content

Commit fac5332

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/lzhl.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ 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"
17+
#"${LZHL_DIR}/Lzhl_tcp.cpp"
18+
#"${LZHL_DIR}/Lzhl_tcp.h"
1919
"${LZHL_DIR}/Lzhl.cpp"
2020
"${LZHL_DIR}/lzhl.h"
2121
)

0 commit comments

Comments
 (0)