From 79ddd9426c3e6e1afb7b0a6797e9e827c4a4947b Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 6 Sep 2002 13:56:35 -0400 Subject: ENH: make stub stuff ADVANCED --- Modules/FindTCL.cmake | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index e6040c6..e6c747e 100644 --- a/Modules/FindTCL.cmake +++ b/Modules/FindTCL.cmake @@ -116,12 +116,14 @@ IF (WIN32) TK_INCLUDE_PATH TCL_LIBRARY TCL_LIBRARY_DEBUG - TCL_STUB_LIBRARY - TCL_STUB_LIBRARY_DEBUG TK_LIBRARY TK_LIBRARY_DEBUG - TK_STUB_LIBRARY - TK_STUB_LIBRARY_DEBUG ) ENDIF(WIN32) +MARK_AS_ADVANCED( + TCL_STUB_LIBRARY + TCL_STUB_LIBRARY_DEBUG + TK_STUB_LIBRARY + TK_STUB_LIBRARY_DEBUG + ) -- cgit v0.12