Skip to content

Commit 92b6c7d

Browse files
author
Allen Winter
committed
PySideXModuleBuild.cmake -> KDPySideXModuleBuild.cmake
following upstream
1 parent 3a5f469 commit 92b6c7d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

python/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ set(Python3_VERSION_MAJORMINOR "${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR
3636
set(BINDINGS_DIR "${INSTALL_LIBRARY_DIR}/python${Python3_VERSION_MAJORMINOR}/site-packages/${PYTHON_BINDING_NAMESPACE}")
3737
set(${PROJECT_NAME}_PYTHON_BINDINGS_INSTALL_PREFIX "${${PROJECT_NAME}_PYTHON_BINDINGS_INSTALL_PREFIX}/${BINDINGS_DIR}")
3838

39-
include(PySide${PYSIDE_MAJOR_VERSION}ModuleBuild)
39+
include(KDPySide${PYSIDE_MAJOR_VERSION}ModuleBuild)
4040
add_subdirectory(PyKDChart)
4141
if(${PROJECT_NAME}_TESTS)
4242
add_subdirectory(tests)

0 commit comments

Comments
 (0)