~ubuntu-branches/ubuntu/gutsy/soprano/gutsy

« back to all changes in this revision

Viewing changes to serializers/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-12 14:43:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071012144348-yajzi51v4k23ahxf
Tags: 1.95.0~beta2-1ubuntu1
* Sync with Debian
* Add versioned build-dep on raptor

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
project(soprano_parsers)
 
2
 
 
3
if(WIN32)
 
4
  set(REDLAND_VERSION "1.0.3")
 
5
  message(STATUS "Windows currently oly has Redland version 1.0.3")
 
6
endif(WIN32)
 
7
 
 
8
if(REDLAND_FOUND AND REDLAND_VERSION STRGREATER "1.0.5")
 
9
  add_subdirectory(raptor)
 
10
else(REDLAND_FOUND AND REDLAND_VERSION STRGREATER "1.0.5")
 
11
  if(REDLAND_FOUND)
 
12
    message(STATUS "Redland version less than 1.0.6: ${redland_VERSION}")
 
13
    message(STATUS "The redland serializer plugin will not be built!")
 
14
  endif(REDLAND_FOUND)
 
15
endif(REDLAND_FOUND AND REDLAND_VERSION STRGREATER "1.0.5")