~ubuntu-branches/ubuntu/trusty/grantlee/trusty

« back to all changes in this revision

Viewing changes to cmake/modules/GrantleeConfig.cmake.in

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-11-21 11:04:39 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121121110439-tzyjomgtnpmdnsxn
Tags: 0.3.0-0ubuntu1
* New upsteam release
  - Update libgrantlee-core0.symbols
* Add wildcards to *.install files to avoid unneeded build failures

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
# Now for the use file, which contains useful functions, sets up the project
50
50
set(Grantlee_USE_FILE "${myDir}/GrantleeUse.cmake")
51
51
 
52
 
include(${myDir}/GrantleeTargets.cmake)
 
52
if (NOT _grantlee_targets_included)
 
53
  set(_grantlee_targets_included 1)
 
54
  include(${myDir}/GrantleeTargets.cmake)
 
55
endif()