summaryrefslogtreecommitdiffstats
path: root/Modules/FindTCL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindTCL.cmake')
-rw-r--r--Modules/FindTCL.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake
index 8c01694..00ee079 100644
--- a/Modules/FindTCL.cmake
+++ b/Modules/FindTCL.cmake
@@ -99,4 +99,12 @@ IF (WIN32)
"${TCL_TCLSH_PATH}/../include"
"${TK_WISH_PATH}/../include"
)
+ MARK_AS_ADVANCED(TK_INTERNAL_PATH)
ENDIF(WIN32)
+
+MARK_AS_ADVANCED(
+ TCL_INCLUDE_PATH
+ TK_INCLUDE_PATH
+ TCL_LIBRARY
+ TK_LIBRARY
+)