+ Fix for Saucy build on Launchpad

This commit is contained in:
wmayer 2014-01-11 12:52:37 +01:00
parent cc9c9dfcf4
commit 70e6d3839b

View File

@ -457,6 +457,8 @@ else(FREECAD_LIBPACK_USE)
# -------------------------------- Shiboken/PySide ------------------------
SET(PYTHON_SUFFIX -python2.7) # for shiboken
SET(PYTHON_BASENAME -python2.7) # for PySide
find_package(Shiboken QUIET)
IF(SHIBOKEN_INCLUDE_DIR)
message("-- Shiboken has been found.")