Browse Source

ENH: make stub stuff ADVANCED

Sebastien Barre 23 years ago
parent
commit
79ddd9426c
1 changed files with 6 additions and 4 deletions
  1. 6 4
      Modules/FindTCL.cmake

+ 6 - 4
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
+  )