Skip to content

Commit b26424d

Browse files
committed
remove the free threaded nanobind build
1 parent 844692c commit b26424d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ endif()
546546
find_package(nanobind CONFIG REQUIRED)
547547

548548
add_subdirectory(gitmodules/nanobind)
549-
nanobind_add_module(_PyPartMC FREE_THREADED STABLE_ABI ${PyPartMC_sources})
549+
nanobind_add_module(_PyPartMC STABLE_ABI ${PyPartMC_sources})
550550
add_dependencies(_PyPartMC partmclib)
551551
set(PYPARTMC_INCLUDE_DIRS
552552
"${CMAKE_BINARY_DIR}/include;"

0 commit comments

Comments
 (0)