~ubuntu-branches/ubuntu/trusty/pyside/trusty

« back to all changes in this revision

Viewing changes to libpyside/PySideConfig.cmake.in

  • Committer: Package Import Robot
  • Author(s): Didier Raboud
  • Date: 2011-12-13 14:13:10 UTC
  • mfrom: (13.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111213141310-9vpd2koixg4wvtld
Tags: 1.0.9-2
Debug flavours are not built anymore: support to build them locally is
kept (and documented) though. (Closes: #629919)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    message(STATUS "Using default python: @DEFAULT_PYTHON_BASENAME@")
3
3
    SET(PYTHON_BASENAME @DEFAULT_PYTHON_BASENAME@)
4
4
endif()
5
 
include(@LIB_INSTALL_DIR@/cmake/PySide-@BINDING_API_VERSION@/PySideConfig-${PYTHON_BASENAME}.cmake)
 
5
include(@LIB_INSTALL_DIR@/cmake/PySide-@BINDING_API_VERSION@/PySideConfig${PYTHON_BASENAME}.cmake)