diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-03-26 17:21:15 +0200 |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-06-19 21:06:27 +0200 |
commit | e93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d (patch) | |
tree | 41c28c7b6c8c2a5dcb81ad0ce4b94cdbce581b26 /Modules/FindTCL.cmake | |
parent | 54431e3395eb16033eb145edf12335852156ebe4 (diff) | |
download | cmake-e93ac6fbfe95cdbea25cbe75b6a0c7a3c89d0b8d.tar.gz |
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.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index f2c776f973..7f6d3a7ee5 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 |