Skip to content

Commit

Permalink
fix source for python
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard committed Nov 15, 2024
1 parent 52ad376 commit f59aeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cmaize_add_library(
include(nwx_pybind11)
nwx_add_pybind11_module(
${PROJECT_NAME}
SOURCE_DIR "${project_src_dir}/python"
SOURCE_DIR "${${PROJECT_NAME}_SOURCE_DIR}/python"
DEPENDS ${PROJECT_NAME}
)
{% endif %}
Expand Down

0 comments on commit f59aeb4

Please sign in to comment.