~ubuntu-branches/ubuntu/intrepid/cmake/intrepid-backports

« back to all changes in this revision

Viewing changes to Modules/FindDart.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Maitland Bottoms
  • Date: 2002-02-14 18:36:25 UTC
  • Revision ID: james.westby@ubuntu.com-20020214183625-8m44isdas2k4l0f7
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
2
# this module looks for the dart testing software and sets DART_ROOT
 
3
# to point to where it found it
 
4
#
 
5
 
 
6
FIND_PATH(DART_ROOT README.INSTALL 
 
7
    $ENV{DART_ROOT}
 
8
    ${PROJECT_SOURCE_DIR}/Dart 
 
9
     /usr/share/Dart 
 
10
    "C:/Program Files/Dart" 
 
11
    ${PROJECT_SOURCE_DIR}/../Dart 
 
12
    [HKEY_LOCAL_MACHINE\\SOFTWARE\\Dart\\InstallPath]
 
13
    DOC "If you have Dart installed, where is it located?"
 
14
    )