Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
+ Fix for Saucy build on Launchpad
  • Loading branch information
wwmayer committed Jan 11, 2014
1 parent cc9c9df commit 70e6d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -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.")
Expand Down

0 comments on commit 70e6d38

Please sign in to comment.