Skip to content

Commit

Permalink
PySideXModuleBuild.cmake -> KDPySideXModuleBuild.cmake
Browse files Browse the repository at this point in the history
following upstream
  • Loading branch information
Allen Winter committed Aug 27, 2022
1 parent 3a5f469 commit 92b6c7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set(Python3_VERSION_MAJORMINOR "${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR
set(BINDINGS_DIR "${INSTALL_LIBRARY_DIR}/python${Python3_VERSION_MAJORMINOR}/site-packages/${PYTHON_BINDING_NAMESPACE}")
set(${PROJECT_NAME}_PYTHON_BINDINGS_INSTALL_PREFIX "${${PROJECT_NAME}_PYTHON_BINDINGS_INSTALL_PREFIX}/${BINDINGS_DIR}")

include(PySide${PYSIDE_MAJOR_VERSION}ModuleBuild)
include(KDPySide${PYSIDE_MAJOR_VERSION}ModuleBuild)
add_subdirectory(PyKDChart)
if(${PROJECT_NAME}_TESTS)
add_subdirectory(tests)
Expand Down

0 comments on commit 92b6c7d

Please sign in to comment.