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)