From ac59096f912409a3442b1c6393557736e2ae9cdc Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Tue, 19 Sep 2017 10:24:48 +0200 Subject: [PATCH] [CMake] Fix typo (search for TCL) --- cmake/external_projects/tcltk.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external_projects/tcltk.cmake b/cmake/external_projects/tcltk.cmake index 7923905d..1937ec14 100644 --- a/cmake/external_projects/tcltk.cmake +++ b/cmake/external_projects/tcltk.cmake @@ -92,7 +92,7 @@ elseif(WIN32) list(APPEND NETGEN_DEPENDENCIES project_win_extlibs) else(WIN32) -# find_package(TCL 8.5 REQUIRED) + find_package(TCL 8.5 REQUIRED) # ExternalProject_Add(project_tkdnd # GIT_REPOSITORY https://github.com/petasis/tkdnd.git # GIT_TAG d7cfd96087b248255da5349086ef70cc4bbfb619