~ubuntu-branches/ubuntu/quantal/ginkgocadx/quantal

« back to all changes in this revision

Viewing changes to src/CMake/SysDefs.cmake

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-11-09 12:29:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111109122900-idkd9vvhr31whz8z
Tags: 2.6.0.0~rc-1
* New upstream version
  Closes: #647413
* Rebuild against recent insighttoolkit
  Closes: #648167

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        ADD_DEFINITIONS(-DGINKGO_VERSION=${GINKGO_VERSION})
86
86
        ADD_DEFINITIONS(-DGINKGO_SUB_VERSION=${GINKGO_SUB_VERSION})
87
87
        ADD_DEFINITIONS(-DGINKGO_SUB_RELEASE=${GINKGO_SUB_RELEASE})
88
 
        ADD_DEFINITIONS(-DGINKGO_BUILD=${GINKGO_BUILD})
89
88
        ADD_DEFINITIONS(-DGINKGO_CODENAME="${GINKGO_CODENAME}")
90
89
        
91
90
        IF(USE_SYSTEM_SQLITE)