Skip to content

Commit b87c73d

Browse files
committed
temp don't compile char_server_demo
1 parent 3e4c86e commit b87c73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set ( example_source_dir "${CMAKE_SOURCE_DIR}/example" )
1313

1414
set ( example_sources
1515
"${example_source_dir}/local_echo_demo.cpp"
16-
"${example_source_dir}/chat_server_demo.cpp"
16+
# "${example_source_dir}/chat_server_demo.cpp"
1717
"${example_source_dir}/simple_chat_demo.cpp"
1818
"${example_source_dir}/echo_binary_text_server_demo.cpp"
1919
"${example_source_dir}/echo_binary_text_client_demo.cpp"

0 commit comments

Comments
 (0)