Skip to content

Commit 95b6795

Browse files
committed
WIP: try native pybind11 SO computation
Signed-off-by: Henry Schreiner <[email protected]>
1 parent b5dd940 commit 95b6795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(
88
find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)
99
find_package(pybind11 CONFIG REQUIRED)
1010

11-
python_add_library(_core MODULE src/main.cpp WITH_SOABI)
11+
pybind11_add_module(_core MODULE src/main.cpp)
1212
target_link_libraries(_core PRIVATE pybind11::headers)
1313
target_compile_definitions(_core PRIVATE VERSION_INFO=${PROJECT_VERSION})
1414

0 commit comments

Comments
 (0)