summaryrefslogtreecommitdiffstats
path: root/Modules/FindTCL.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2012-03-26 15:21:15 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2012-06-19 19:06:27 (GMT)
commite93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d (patch)
tree41c28c7b6c8c2a5dcb81ad0ce4b94cdbce581b26 /Modules/FindTCL.cmake
parent54431e3395eb16033eb145edf12335852156ebe4 (diff)
downloadCMake-e93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d.zip
CMake-e93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d.tar.gz
CMake-e93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d.tar.bz2
do not explicitely specify /usr and /usr/local as search paths
If not explicitely excluded these paths are searched automatically anyway.
Diffstat (limited to 'Modules/FindTCL.cmake')
-rw-r--r--Modules/FindTCL.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake
index f2c776f..7f6d3a7 100644
--- a/Modules/FindTCL.cmake
+++ b/Modules/FindTCL.cmake
@@ -82,8 +82,6 @@ SET(TCLTK_POSSIBLE_LIB_PATHS
"${TK_LIBRARY_PATH}"
"${TCL_TCLSH_PATH_PARENT}/lib"
"${TK_WISH_PATH_PARENT}/lib"
- /usr/lib
- /usr/local/lib
)
IF(WIN32)
@@ -162,8 +160,6 @@ SET(TCLTK_POSSIBLE_INCLUDE_PATHS
${TK_FRAMEWORK_INCLUDES}
"${TCL_TCLSH_PATH_PARENT}/include"
"${TK_WISH_PATH_PARENT}/include"
- /usr/include
- /usr/local/include
/usr/include/tcl${TK_LIBRARY_VERSION}
/usr/include/tcl${TCL_LIBRARY_VERSION}
/usr/include/tcl8.6