tcl 8.6.17
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
c9d78679a6
commit
59a882c769
|
|
@ -31,7 +31,10 @@ set(TCL_POSSIBLE_NAMES
|
|||
# tcl lib path guesses.
|
||||
if (NOT TCL_LIB_PATHS)
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
set(TCL_LIB_PATHS /opt/homebrew/Cellar/tcl-tk@8/8.6.16/lib /opt/homebrew/opt/tcl-tk/lib /usr/local/lib)
|
||||
set(TCL_LIB_PATHS
|
||||
/opt/homebrew/Cellar/tcl-tk@8/8.6.17/lib
|
||||
/opt/homebrew/Cellar/tcl-tk@8/8.6.16/lib
|
||||
/opt/homebrew/opt/tcl-tk/lib /usr/local/lib)
|
||||
set(TCL_NO_DEFAULT_PATH TRUE)
|
||||
elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
set(TCL_LIB_PATHS /usr/lib /usr/lib64 /usr/local/lib)
|
||||
|
|
|
|||
Loading…
Reference in New Issue