summaryrefslogtreecommitdiffstats
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-04-25 19:40:04 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-04-25 19:40:04 (GMT)
commit9b0a90fa9ec2da35125c1d9f987cc9a19fd0ad7c (patch)
tree807c81c4b02f5f771629e031eba3be119b0c9d3a /Modules/Dart.cmake
parent303b77ad4cd3d3f80c0d520e5fd36412ea24b2ad (diff)
downloadCMake-9b0a90fa9ec2da35125c1d9f987cc9a19fd0ad7c.zip
CMake-9b0a90fa9ec2da35125c1d9f987cc9a19fd0ad7c.tar.gz
CMake-9b0a90fa9ec2da35125c1d9f987cc9a19fd0ad7c.tar.bz2
fix up hostname for windows
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r--Modules/Dart.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index 288a085..853d5d1 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -47,9 +47,6 @@ IF(BUILD_TESTING)
# find a tcl shell command
INCLUDE(${CMAKE_ROOT}/Modules/FindTclsh.cmake)
- FIND_PROGRAM(HOSTNAME hostname /usr/bsd /usr/sbin /usr/bin /bin /sbin)
- FIND_PROGRAM(NSLOOKUP nslookup /usr/bin /usr/sbin /usr/local/bin)
-
# set the site name
SITE_NAME(SITE)
# set the build name
@@ -64,8 +61,6 @@ IF(BUILD_TESTING)
SITE
BUILDNAME
MAKECOMMAND
- HOSTNAME
- NSLOOKUP
JAVACOMMAND
PURIFYCOMMAND
GUNZIPCOMMAND