Skip to content
Snippets Groups Projects
Verified Commit b5ff762d authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: fix stubs generation for Windows

parent 8b4e8873
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ INSTALL(TARGETS ${LIBRARY_NAME}
# --- GENERATE STUBS
IF(GENERATE_PYTHON_STUBS)
LOAD_STUBGEN()
GENERATE_STUBS(${CMAKE_CURRENT_BINARY_DIR} ${LIBRARY_NAME} ${ABSOLUTE_PYTHON_SITELIB} ${LIBRARY_NAME})
GENERATE_STUBS(${CMAKE_CURRENT_BINARY_DIR} ${LIBRARY_NAME} ${ABSOLUTE_PYTHON_SITELIB} ${LIBRARY_NAME} ${PROJECT_NAME})
ENDIF(GENERATE_PYTHON_STUBS)
# --- INSTALL SCRIPTS
......
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