Skip to content

Commit 2afddc1

Browse files
committed
fix cmake?
1 parent 2eb7829 commit 2afddc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ find_package(odrcore REQUIRED)
99
find_package(pybind11 REQUIRED)
1010

1111
pybind11_add_module(pyodr pyodr.cpp)
12-
target_link_libraries(pyodr PRIVATE odrcore::odrcore pybind11::module)
12+
target_link_libraries(pyodr PRIVATE odrcore::odrcore pybind11::pybind11)

0 commit comments

Comments
 (0)