summaryrefslogtreecommitdiffstats
path: root/Modules/FindTclStub.cmake
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2018-07-18 17:05:58 (GMT)
committerBrad King <brad.king@kitware.com>2018-07-18 17:08:34 (GMT)
commitbec3be11b9a5764e156deaf15c3f8cc1a2121da8 (patch)
tree638c19b4dfe1d7c52e7339200c9dee11f72aa9f3 /Modules/FindTclStub.cmake
parentf84c15ef2fa30dd074fcccafccec6b9b69266619 (diff)
downloadCMake-bec3be11b9a5764e156deaf15c3f8cc1a2121da8.zip
CMake-bec3be11b9a5764e156deaf15c3f8cc1a2121da8.tar.gz
CMake-bec3be11b9a5764e156deaf15c3f8cc1a2121da8.tar.bz2
FindTCL: Add support for version 8.7
Fixes: #18186
Diffstat (limited to 'Modules/FindTclStub.cmake')
-rw-r--r--Modules/FindTclStub.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindTclStub.cmake b/Modules/FindTclStub.cmake
index 51fc029..db0a7a1 100644
--- a/Modules/FindTclStub.cmake
+++ b/Modules/FindTclStub.cmake
@@ -101,6 +101,7 @@ find_library(TCL_STUB_LIBRARY
NAMES
tclstub
tclstub${TK_LIBRARY_VERSION} tclstub${TCL_TCLSH_VERSION} tclstub${TK_WISH_VERSION}
+ tclstub87 tclstub8.7
tclstub86 tclstub8.6
tclstub85 tclstub8.5
tclstub84 tclstub8.4
@@ -114,6 +115,7 @@ find_library(TK_STUB_LIBRARY
NAMES
tkstub
tkstub${TCL_LIBRARY_VERSION} tkstub${TCL_TCLSH_VERSION} tkstub${TK_WISH_VERSION}
+ tkstub87 tkstub8.7
tkstub86 tkstub8.6
tkstub85 tkstub8.5
tkstub84 tkstub8.4