mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
FindTCL.cmake look in /opt/homebrew
Signed-off-by: James Cherry <cherry@CerezoM1Book.local>
This commit is contained in:
@@ -33,7 +33,7 @@ set(TCL_POSSIBLE_NAMES tcl87 tcl8.7
|
||||
# tcl lib path guesses.
|
||||
if (NOT TCL_LIB_PATHS)
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
set(TCL_LIB_PATHS /usr/local/lib)
|
||||
set(TCL_LIB_PATHS /usr/local/lib /opt/homebrew/opt/tcl-tk/lib)
|
||||
set(TCL_NO_DEFAULT_PATH TRUE)
|
||||
elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
set(TCL_LIB_PATHS /usr/lib /usr/local/lib)
|
||||
|
||||
Reference in New Issue
Block a user