Skip to content

Commit

Permalink
cmake: fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Nov 22, 2023
1 parent 5427b10 commit 657db5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 657db5b

Please sign in to comment.