this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade Python language bindings to `v2.1.0` (#2795)

authored by

BLUELOVETH and committed by
GitHub
14042cc6 663d4392

+2 -6
+1 -1
.gitmodules
··· 88 88 branch = master 89 89 [submodule "vendor/pocketpy"] 90 90 path = vendor/pocketpy 91 - url = https://github.com/PrimedErwin/pocketpy.git 91 + url = https://github.com/pocketpy/pocketpy.git 92 92 shallow = true 93 93
+1 -5
cmake/pocketpy.cmake
··· 6 6 message("BUILD_WITH_PYTHON: ${BUILD_WITH_PYTHON}") 7 7 if(BUILD_WITH_PYTHON) 8 8 option(PK_ENABLE_OS "" OFF) 9 - option(PK_BUILD_MODULE_LZ4 "" OFF) 10 - 11 - if(NOT WIN32) 12 - option(PK_BUILD_WITH_IPO "" OFF) 13 - endif() 9 + option(PK_ENABLE_THREADS "" OFF) 14 10 15 11 add_subdirectory(${THIRDPARTY_DIR}/pocketpy) 16 12