diff --git a/CMakeLists.txt b/CMakeLists.txt index d21784f..e4a5498 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_LIST_DIR}) cmake_minimum_required(VERSION 3.16) cmake_policy(SET CMP0141 NEW) set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "$<$:Embedded>") - project(plantSunCat) - set(PLANT_SUN_CAT_VERSION 1.0.0) + project(ECAP_Server) + set(ECAP_Server_VERSION 1.0.0) set(CMAKE_CXX_STANDARD 20) include(third_party/build_infra/start.cmake) include(third_party/CPP_Core/main.cmake) diff --git a/third_party/CPP_Core b/third_party/CPP_Core index e8eec32..d784349 160000 --- a/third_party/CPP_Core +++ b/third_party/CPP_Core @@ -1 +1 @@ -Subproject commit e8eec327ddb227daae419743f55a1b7337f7a5af +Subproject commit d7843492bbc621ed799b56380787af344cc7d229 diff --git a/third_party/SSR b/third_party/SSR index d44ee01..b06596f 160000 --- a/third_party/SSR +++ b/third_party/SSR @@ -1 +1 @@ -Subproject commit d44ee01cd38ee4c1cc9e33651d8430feb9aeac47 +Subproject commit b06596fbfdfc14933d157ff46cf74fa6a0a43421