WangHHY19931001

Results 3 issues of WangHHY19931001

cmake_minimum_required(VERSION 3.14 FATAL_ERROR) project ("redis_cpp") if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) endif() set(CPM_DOWNLOAD_LOCATION "${PROJECT_SOURCE_DIR}/cmake/CPM.cmake") set(CPM_GET_CPM_DOWNLOAD_LOCATION "${PROJECT_SOURCE_DIR}/cmake/get_cpm.cmake") if(NOT EXISTS ${CPM_DOWNLOAD_LOCATION}) message(STATUS "Downloading CPM.cmake") file(DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/latest/download/CPM.cmake ${CPM_DOWNLOAD_LOCATION}) else() message(STATUS "CPM.cmake exists pass download")...

i had install swifter\swifter[notebook]\swifter[groupby] by pip,but as you see, it not work swifter in c:\users\dell\miniconda3\envs\mrposition_update_with_py310\lib\site-packages (1.4.0) swifter[notebook] in c:\users\dell\miniconda3\envs\mrposition_update_with_py310\lib\site-packages (1.4.0) swifter[groupby] in c:\users\dell\miniconda3\envs\mrposition_update_with_py310\lib\site-packages (1.4.0) pandas>=1.0.0 in c:\users\dell\miniconda3\envs\mrposition_update_with_py310\lib\site-packages (from swifter[groupby]) (2.1.4)...

need support vs2022 cmake: set(VCPKG_ROOT "C:/vcpkg") set(CMAKE_TOOLCHAIN_FILE "${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake") set(VCPKG_TARGET_TRIPLET "x64-windows") set(LIB_NEED_COMPILE_ADD_OP "") set(LIB_NEED_LINK_ADD_OP "") set(EXE_NEED_COMPILE_ADD_OP "") set(EXE_NEED_LINK_ADD_OP -subsystem:windows -entry:mainCRTStartup) cmake_minimum_required (VERSION 3.8) if (POLICY CMP0141) cmake_policy(SET CMP0141 NEW) set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "$")...