Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bill Hoffman
CMake
Commits
450b229c
Commit
450b229c
authored
Dec 20, 2001
by
Sebastien Barre
Browse files
ENH: ADVANCED was not propagated to the new sub-mods
parent
94024609
Changes
3
Hide whitespace changes
Inline
Side-by-side
Modules/FindTCL.cmake
View file @
450b229c
...
...
@@ -91,9 +91,7 @@ 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
...
...
Modules/FindTclsh.cmake
View file @
450b229c
...
...
@@ -22,3 +22,9 @@ FIND_PROGRAM(TCL_TCLSH
tclsh82 tclsh8.2
tclsh80 tclsh8.0
)
IF
(
WIN32
)
MARK_AS_ADVANCED
(
TCL_TCLSH
)
ENDIF
(
WIN32
)
Modules/FindWish.cmake
View file @
450b229c
...
...
@@ -15,3 +15,8 @@ FIND_PROGRAM(TK_WISH
NAMES wish wish84 wish8.4 wish83 wish8.3 wish82 wish80
)
IF
(
WIN32
)
MARK_AS_ADVANCED
(
TK_WISH
)
ENDIF
(
WIN32
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment