aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/data/Shiboken6Config-spec.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/data/Shiboken6Config-spec.cmake.in')
-rw-r--r--sources/shiboken6/data/Shiboken6Config-spec.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/data/Shiboken6Config-spec.cmake.in b/sources/shiboken6/data/Shiboken6Config-spec.cmake.in
index 06518d253..077601f8a 100644
--- a/sources/shiboken6/data/Shiboken6Config-spec.cmake.in
+++ b/sources/shiboken6/data/Shiboken6Config-spec.cmake.in
@@ -14,7 +14,7 @@ set(SHIBOKEN_PYTHON_LIMITED_API "@PYTHON_LIMITED_API@")
# file (so not during a regular shiboken build, or during a super project build).
if (NOT TARGET Shiboken6::shiboken6)
include("${CMAKE_CURRENT_LIST_DIR}/Shiboken6Targets.cmake")
- include("${CMAKE_CURRENT_LIST_DIR}/shiboken_helpers.cmake")
+ include("${CMAKE_CURRENT_LIST_DIR}/ShibokenHelpers.cmake")
# Compute the python include and libraries path if needed (aka not part of super project build).
shiboken_find_required_python(@PYTHON_VERSION_MAJOR@)