From 64f4104b741b6f283906d01177d4e70bcdb8d6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=A4=B4=E4=BA=91?= Date: Mon, 7 Sep 2020 11:03:04 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 373b302..cc4660f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,9 +11,8 @@ include_directories(${CMAKE_SOURCE_DIR}/include) set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin) set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin) -set(gtest_force_shared_crt ON) add_subdirectory(src) add_subdirectory(3rdparty/gtest) add_subdirectory(test) -add_subdirectory(demo/chat) \ No newline at end of file +add_subdirectory(demo/chat)