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

cmake: fix cmake

parent c17a98f7
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ if(GENERATE_PYTHON_STUBS)
load_stubgen()
generate_stubs(${CMAKE_CURRENT_BINARY_DIR} ${PROJECT_NAME}
${ABSOLUTE_PYTHON_SITELIB} ${PYWRAP}) ${PROJECT_NAME}
${ABSOLUTE_PYTHON_SITELIB} ${PYWRAP} ${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