summaryrefslogtreecommitdiffstats
path: root/Modules/FindPike.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-19 13:00:51 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-19 13:00:51 (GMT)
commitc7770b8edbff442267563bd3036cef8fdb0cc4a9 (patch)
tree1c73f377e04981e72043a9ac5fff8fef0eca343b /Modules/FindPike.cmake
parentb6b1ebe2950e2437fffd4eecbe3f1992fc63e812 (diff)
downloadCMake-c7770b8edbff442267563bd3036cef8fdb0cc4a9.zip
CMake-c7770b8edbff442267563bd3036cef8fdb0cc4a9.tar.gz
CMake-c7770b8edbff442267563bd3036cef8fdb0cc4a9.tar.bz2
ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the
not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex
Diffstat (limited to 'Modules/FindPike.cmake')
-rw-r--r--Modules/FindPike.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindPike.cmake b/Modules/FindPike.cmake
index c0db37d..12985e8 100644
--- a/Modules/FindPike.cmake
+++ b/Modules/FindPike.cmake
@@ -16,9 +16,6 @@ FIND_PATH(PIKE_INCLUDE_PATH program.h
FIND_PROGRAM(PIKE_EXECUTABLE
NAMES pike7.4
- PATHS
- /usr/bin
- /usr/local/bin
)
MARK_AS_ADVANCED(