diff options
author | Brad King <brad.king@kitware.com> | 2016-11-29 13:59:20 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-29 13:59:20 (GMT) |
commit | 325e452ea2d9b3224ade47eda24e44bf00a8306d (patch) | |
tree | ed39df1886167e62b3f58473702d3b7a6df1417e /Modules/FindTCL.cmake | |
parent | 9e8f74fbb0148f6aa0a026b8610da6d84bbf0366 (diff) | |
parent | 745b56f58c8147aa6015a918f3bfd19abc807b48 (diff) | |
download | CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.zip CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.gz CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.bz2 |
Merge topic 'find-module-cleanup-sweep'
745b56f5 Find*.cmake: drop the comments before including FPHSA
0ab9cb46 FindLibArchive: do not set LibArchive_FOUND explicitly
703d1943 FindLibArchive: use CMAKE_CURRENT_LIST_DIR to find FPHSA
Diffstat (limited to 'Modules/FindTCL.cmake')
-rw-r--r-- | Modules/FindTCL.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index 12d6616..b6e24a3 100644 --- a/Modules/FindTCL.cmake +++ b/Modules/FindTCL.cmake @@ -205,8 +205,6 @@ find_path(TK_INCLUDE_PATH HINTS ${TCLTK_POSSIBLE_INCLUDE_PATHS} ) -# handle the QUIETLY and REQUIRED arguments and set TCL_FOUND to TRUE if -# all listed variables are TRUE include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) FIND_PACKAGE_HANDLE_STANDARD_ARGS(TCL DEFAULT_MSG TCL_LIBRARY TCL_INCLUDE_PATH) |