mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
BUG: fix for bug #3846 more advanced stuff
This commit is contained in:
@@ -32,8 +32,4 @@ FIND_PROGRAM(TCL_TCLSH
|
||||
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Scriptics\\Tcl\\8.0;Root]/bin
|
||||
)
|
||||
|
||||
IF (WIN32)
|
||||
MARK_AS_ADVANCED(
|
||||
TCL_TCLSH
|
||||
)
|
||||
ENDIF(WIN32)
|
||||
MARK_AS_ADVANCED( TCL_TCLSH )
|
||||
|
||||
@@ -19,8 +19,4 @@ FIND_PROGRAM(TK_WISH
|
||||
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Scriptics\\Tcl\\8.0;Root]/bin
|
||||
)
|
||||
|
||||
IF (WIN32)
|
||||
MARK_AS_ADVANCED(
|
||||
TK_WISH
|
||||
)
|
||||
ENDIF(WIN32)
|
||||
MARK_AS_ADVANCED(TK_WISH )
|
||||
|
||||
Reference in New Issue
Block a user