We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844692c commit b26424dCopy full SHA for b26424d
1 file changed
CMakeLists.txt
@@ -546,7 +546,7 @@ endif()
546
find_package(nanobind CONFIG REQUIRED)
547
548
add_subdirectory(gitmodules/nanobind)
549
-nanobind_add_module(_PyPartMC FREE_THREADED STABLE_ABI ${PyPartMC_sources})
+nanobind_add_module(_PyPartMC STABLE_ABI ${PyPartMC_sources})
550
add_dependencies(_PyPartMC partmclib)
551
set(PYPARTMC_INCLUDE_DIRS
552
"${CMAKE_BINARY_DIR}/include;"
0 commit comments