Skip to content
Snippets Groups Projects
Unverified Commit ebdb5d17 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

cmake: update submodule

parent 84a872fc
No related branches found
No related tags found
No related merge requests found
Subproject commit 67230e83a0766c6f435217aaf38443c63e6fea10
Subproject commit 7ef829899bfdd733ff0b92508028a633290f4a28
......@@ -60,6 +60,8 @@ install(TARGETS ${PYWRAP} DESTINATION ${${PYWRAP}_INSTALL_DIR})
if(GENERATE_PYTHON_STUBS)
load_stubgen()
# Set PYWRAP and PROJECT_NAME as stubs dependencies PROJECT_NAME is mandatory
# (even if it's a PYWRAP dependency) to find PROJECT_NAME name DLL on windows
generate_stubs(${CMAKE_CURRENT_BINARY_DIR} ${PROJECT_NAME}
${ABSOLUTE_PYTHON_SITELIB} ${PYWRAP} ${PROJECT_NAME})
endif(GENERATE_PYTHON_STUBS)
......
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