buildsystem - fix more cmake --warn-unitialized
* PROJECT_VERSION - explicitly set for ECMSetupVersion * SHIBOKEN_CUSTOM_PATH - init (rename to SHIBOKEN_CUSTOM_PREFIX) * PYSIDE2_CUSTOM_PREFIX - init * PYSIDE_EXTRA_INCLUDES (removed, not used) Task-Id: KDDW-30
This commit is contained in:
@@ -137,7 +137,6 @@ macro(CREATE_PYTHON_BINDINGS
|
||||
|
||||
target_include_directories(${TARGET_NAME} PUBLIC
|
||||
${TARGET_INCLUDE_DIRS}
|
||||
${PYSIDE_EXTRA_INCLUDES}
|
||||
)
|
||||
|
||||
target_link_libraries(${TARGET_NAME}
|
||||
|
||||
Reference in New Issue
Block a user