From b221b492f70a97d6aa73823e27ce962933895fad Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 1 Mar 2024 23:43:21 +0100 Subject: [PATCH] CMake: pass full module name to interrogate_module --- cmake/macros/Interrogate.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros/Interrogate.cmake b/cmake/macros/Interrogate.cmake index eb441e4b13..7d6300ec7f 100644 --- a/cmake/macros/Interrogate.cmake +++ b/cmake/macros/Interrogate.cmake @@ -359,7 +359,7 @@ function(add_python_module module) make_directory "${CMAKE_CURRENT_BINARY_DIR}/${PANDA_CFG_INTDIR}" COMMAND host_interrogate_module -oc "${CMAKE_CURRENT_BINARY_DIR}/${PANDA_CFG_INTDIR}/${module}_module.cxx" - -module ${modname} -library ${modname} + -module ${module} -library ${modname} ${import_flags} ${INTERROGATE_MODULE_OPTIONS} ${IMOD_FLAGS} ${infiles_rel}