mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
Build TKDND on Linux
This commit is contained in:
parent
1c1159bd70
commit
99a3c55cdc
@ -93,6 +93,17 @@ elseif(WIN32)
|
|||||||
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)
|
||||||
|
ExternalProject_Add(project_tkdnd
|
||||||
|
GIT_REPOSITORY https://github.com/petasis/tkdnd.git
|
||||||
|
GIT_TAG d7cfd96087b248255da5349086ef70cc4bbfb619
|
||||||
|
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/tkdnd
|
||||||
|
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}/lib
|
||||||
|
UPDATE_COMMAND ""
|
||||||
|
LOG_DOWNLOAD 1
|
||||||
|
LOG_BUILD 1
|
||||||
|
LOG_INSTALL 1
|
||||||
|
)
|
||||||
|
list(APPEND NETGEN_DEPENDENCIES project_tkdnd)
|
||||||
endif(APPLE)
|
endif(APPLE)
|
||||||
|
|
||||||
# Propagate settings to Netgen subproject
|
# Propagate settings to Netgen subproject
|
||||||
|
Loading…
Reference in New Issue
Block a user