Skip to content

Commit

Permalink
Whoops, need to set TCL_SOURCE_DIR if we found tcl/tcl
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Aug 7, 2024
1 parent 21b72aa commit 0e17d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ if (ENABLE_ITCL)
# If we can't find them from the system, see if we have a local
# clone of Tcl to use
if (NOT TCL_PRIVATE_HDRS AND EXISTS ${CMAKE_SOURCE_DIR}/tcl/tcl)
set(TCL_SOURCE_DIR ${CMAKE_SOURCE_DIR}/tcl/tcl)
set(TCL_PRIVATE_HDRS ${TCL_SOURCE_DIR}/generic)
if(NOT WIN32)
set(TCL_PRIVATE_HDRS_OS ${TCL_SOURCE_DIR}/unix)
Expand Down

0 comments on commit 0e17d83

Please sign in to comment.