summaryrefslogtreecommitdiffstats
path: root/Modules/FindTCL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindTCL.cmake')
-rw-r--r--Modules/FindTCL.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake
index 811c528..365ab11 100644
--- a/Modules/FindTCL.cmake
+++ b/Modules/FindTCL.cmake
@@ -18,9 +18,9 @@
# TK_WISH = full path to the wish binary (wish wish80 etc)
#
-INCLUDE(${CMAKE_ROOT}/Modules/CMakeFindFrameworks.cmake)
-INCLUDE(${CMAKE_ROOT}/Modules/FindTclsh.cmake)
-INCLUDE(${CMAKE_ROOT}/Modules/FindWish.cmake)
+INCLUDE(CMakeFindFrameworks)
+INCLUDE(FindTclsh)
+INCLUDE(FindWish)
GET_FILENAME_COMPONENT(TCL_TCLSH_PATH "${TCL_TCLSH}" PATH)
GET_FILENAME_COMPONENT(TK_WISH_PATH "${TK_WISH}" PATH)