diff --git a/lang/python/nanobind_core/src/CMakeLists.txt b/lang/python/nanobind_core/src/CMakeLists.txt index caedfb312e..96f78c163c 100644 --- a/lang/python/nanobind_core/src/CMakeLists.txt +++ b/lang/python/nanobind_core/src/CMakeLists.txt @@ -77,4 +77,6 @@ install(TARGETS nanobind_core LIBRARY DESTINATION nanobind_core) if(WIN32) set_property(TARGET nanobind_core PROPERTY FOLDER lang/python/core) -endif() \ No newline at end of file +endif() + +ecal_python_set_output_directory(nanobind_core) \ No newline at end of file