mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-03 08:40:33 +05:00
Set path to TCL/TK libs explicitly on Windows
This commit is contained in:
parent
584f4506a9
commit
80355b43cb
@ -65,6 +65,11 @@ elseif(WIN32)
|
|||||||
LOG_DOWNLOAD 1
|
LOG_DOWNLOAD 1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set (TK_INCLUDE_PATH ${CMAKE_INSTALL_PREFIX}/include)
|
||||||
|
set (TCL_INCLUDE_PATH ${CMAKE_INSTALL_PREFIX}/include)
|
||||||
|
set (TCL_LIBRARY ${CMAKE_INSTALL_PREFIX}/lib/tcl86.lib)
|
||||||
|
set (TK_LIBRARY ${CMAKE_INSTALL_PREFIX}/lib/tk86.lib)
|
||||||
|
|
||||||
list(APPEND NETGEN_DEPENDENCIES project_win_extlibs)
|
list(APPEND NETGEN_DEPENDENCIES project_win_extlibs)
|
||||||
else(WIN32)
|
else(WIN32)
|
||||||
find_package(TCL 8.5 REQUIRED)
|
find_package(TCL 8.5 REQUIRED)
|
||||||
|
Loading…
Reference in New Issue
Block a user