Skip to content

Commit

Permalink
python stubs: add missing project_name
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontaut authored and jcarpent committed Jun 25, 2024
1 parent f44b167 commit 6a10d69
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 @@ -164,7 +164,7 @@ INSTALL(TARGETS ${PYTHON_LIB_NAME}
# --- GENERATE STUBS
IF(GENERATE_PYTHON_STUBS)
LOAD_STUBGEN()
GENERATE_STUBS(${CMAKE_CURRENT_BINARY_DIR} ${PROJECT_NAME} ${ABSOLUTE_PYTHON_SITELIB} ${PYTHON_LIB_NAME})
GENERATE_STUBS(${CMAKE_CURRENT_BINARY_DIR} ${PROJECT_NAME} ${ABSOLUTE_PYTHON_SITELIB} ${PYTHON_LIB_NAME} ${PROJECT_NAME})
ENDIF(GENERATE_PYTHON_STUBS)

# --- INSTALL SCRIPTS
Expand Down

0 comments on commit 6a10d69

Please sign in to comment.