summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-13 16:15:27 -0400
committerKen Martin <ken.martin@kitware.com>2001-06-13 16:15:27 -0400
commitf6f8dde5a8cb25ab190987da3c959a58977b2d7d (patch)
tree00d74de909c62b9e4b0663dffee67c172bcdb2b6 /Modules
parent2f0a82195dbdb0711aadda7838d584a38edeb48f (diff)
downloadcmake-f6f8dde5a8cb25ab190987da3c959a58977b2d7d.tar.gz
used to find the dart testing system
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindDart.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/Modules/FindDart.cmake b/Modules/FindDart.cmake
new file mode 100644
index 0000000000..4aa8dafea7
--- /dev/null
+++ b/Modules/FindDart.cmake
@@ -0,0 +1,11 @@
+#
+# this module looks for the dart testing software and sets DART_ROOT
+# to point to where it found it
+#
+
+FIND_PATH(DART_ROOT README.INSTALL
+ ${PROJECT_SOURCE_DIR}/Dart
+ /usr/share/Dart
+ "C:/Program Files/Dart"
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Dart\InstallPath]
+ )