[Python-modules-commits] [shiboken] 01/13: Use the _default_ Python version as fallback default.

Raphaël Hertzog hertzog at moszumanska.debian.org
Thu Aug 17 18:09:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

hertzog pushed a commit to branch master
in repository shiboken.

commit b4feae34cf9805a0e33f8d53b86f7f1b91fe47ab
Author: Didier Raboud <odyx at debian.org>
Date:   Thu Oct 8 13:47:11 2015 -0700

    Use the _default_ Python version as fallback default.
    
    
    Origin: vendor
    Last-Update: 2011-10-25
---
 data/ShibokenConfig.cmake.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/ShibokenConfig.cmake.in b/data/ShibokenConfig.cmake.in
index 7d8bc86..ed1f060 100644
--- a/data/ShibokenConfig.cmake.in
+++ b/data/ShibokenConfig.cmake.in
@@ -1,5 +1,5 @@
 if (NOT PYTHON_SUFFIX)
-    message(STATUS "Using default python: @PYTHON_SUFFIX@")
-    SET(PYTHON_SUFFIX @PYTHON_SUFFIX@)
+    message(STATUS "Using default python: @DEFAULT_PYTHON_SUFFIX@")
+    SET(PYTHON_SUFFIX @DEFAULT_PYTHON_SUFFIX@)
 endif()
 include(@LIB_INSTALL_DIR@/cmake/Shiboken- at shiboken_VERSION@/ShibokenConfig${PYTHON_SUFFIX}.cmake)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/shiboken.git



More information about the Python-modules-commits mailing list