Skip to content
Snippets Groups Projects
Commit ac291c3f authored by Christophe Guillon's avatar Christophe Guillon
Browse files

[CMake] Minor update for comment location

parent 9ce9c50c
No related branches found
No related tags found
No related merge requests found
......@@ -84,10 +84,10 @@ endif()
# PYTHON BINDING
if (PYBIND)
# Handles Python + pybind11 headers dependencies
include(PybindModuleCreation)
generate_python_binding(${CMAKE_PROJECT_NAME} ${module_name})
# Handles Python + pybind11 headers dependencies
target_link_libraries(${module_name}
PUBLIC
pybind11::pybind11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment