Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add dev module
  • Loading branch information
blink1073 committed May 20, 2024
commit dd4d1fdc2c9dda61366b8b2b7727aae9681679e5
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.18...3.22)

project(pymongo LANGUAGES C)

find_package(Python COMPONENTS Interpreter REQUIRED)
find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)

Python_add_library(_cbson MODULE bson/_cbsonmodule.c bson/buffer.c bson/time64.c WITH_SOABI)
include_directories(bson)
Expand Down