mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Disable TKDND build on Linux
This commit is contained in:
parent
99a3c55cdc
commit
b21fc55c3c
@ -92,18 +92,18 @@ elseif(WIN32)
|
||||
|
||||
list(APPEND NETGEN_DEPENDENCIES project_win_extlibs)
|
||||
else(WIN32)
|
||||
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)
|
||||
# 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)
|
||||
|
||||
# Propagate settings to Netgen subproject
|
||||
|
Loading…
Reference in New Issue
Block a user