~ubuntu-branches/ubuntu/precise/ginkgocadx/precise

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-tfd00s81ak843xk3
Tags: 2.4.1.1-1
Initial release (Closes: #628106)

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
ELSEIF(LINUX AND CUSTOM_PACKAGE)
82
82
        SET(GINKGO_PROJECT "ginkgo-${ARCH}" CACHE PARENT_SCOPE "")
83
83
ELSE()
84
 
        SET(GINKGO_PROJECT "ginkgo" CACHE PARENT_SCOPE "")
 
84
        SET(GINKGO_PROJECT "ginkgocadx" CACHE PARENT_SCOPE "")
85
85
ENDIF()
86
86
 
87
87
SET(GINKGO_PLUGINS "" CACHE PARENT_SCOPE "")