diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-26 22:52:53 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-26 22:52:53 -0400 |
commit | ad4f98f3cf20c3befa18979521736dc49b458a6c (patch) | |
tree | 77b0d21199657b547610ac8789f0a953d0195faa /Modules/FindTCL.cmake | |
parent | c9eaf38653dddaf31f082cdac4fe166a7f5fb96a (diff) | |
download | cmake-ad4f98f3cf20c3befa18979521736dc49b458a6c.tar.gz |
ENH: Cleanup. Use relative path to modules
Diffstat (limited to 'Modules/FindTCL.cmake')
-rw-r--r-- | Modules/FindTCL.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index 811c52897a..365ab112f0 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) |