diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-12-04 15:53:24 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-12-04 15:53:24 (GMT) |
commit | 9e0873f839db4e9e57ab65d753f55c7aa3d6b0fb (patch) | |
tree | 0c53eddb59ba77eb3fdbf08806c41eca840cb04b /Modules/FindTCL.cmake | |
parent | 148401ccc6246db50d7028121c00dc2ec231092e (diff) | |
download | CMake-9e0873f839db4e9e57ab65d753f55c7aa3d6b0fb.zip CMake-9e0873f839db4e9e57ab65d753f55c7aa3d6b0fb.tar.gz CMake-9e0873f839db4e9e57ab65d753f55c7aa3d6b0fb.tar.bz2 |
Make shells also ADVANCED
Diffstat (limited to 'Modules/FindTCL.cmake')
-rw-r--r-- | Modules/FindTCL.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index 9fb6d63..0d872c7 100644 --- a/Modules/FindTCL.cmake +++ b/Modules/FindTCL.cmake @@ -102,6 +102,10 @@ IF (WIN32) MARK_AS_ADVANCED(TK_INTERNAL_PATH) MARK_AS_ADVANCED( + TCL_TCLSH + TCL_TCLSH_PATH + TK_WISH + TK_WISH_PATH TCL_INCLUDE_PATH TK_INCLUDE_PATH TCL_LIBRARY |