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

« back to all changes in this revision

Viewing changes to Modules/FindCygwin.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 Cygwin
 
3
#
 
4
 
 
5
IF (WIN32)
 
6
  FIND_PATH(CYGWIN_INSTALL_PATH
 
7
    cygwin.bat
 
8
    "C:/Cygwin" 
 
9
    "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]"
 
10
  )
 
11
 
 
12
  MARK_AS_ADVANCED(
 
13
    CYGWIN_INSTALL_PATH
 
14
  )
 
15
ENDIF (WIN32)