mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-25 04:10:33 +05:00
Merge branch 'fix_tkdnd_link' into 'master'
Fix tkDND download url See merge request ngsolve/netgen!604
This commit is contained in:
commit
b80d58a603
@ -93,7 +93,7 @@ if(APPLE)
|
|||||||
)
|
)
|
||||||
|
|
||||||
ExternalProject_Add(project_tkdnd
|
ExternalProject_Add(project_tkdnd
|
||||||
URL "http://sourceforge.net/projects/tkdnd/files/TkDND/TkDND%202.8/tkdnd2.8-src.tar.gz"
|
URL "https://src.fedoraproject.org/repo/pkgs/tkdnd/tkdnd2.8-src.tar.gz/a6d47a996ea957416469b12965d4db91/tkdnd2.8-src.tar.gz"
|
||||||
URL_MD5 a6d47a996ea957416469b12965d4db91
|
URL_MD5 a6d47a996ea957416469b12965d4db91
|
||||||
DEPENDS project_tcl project_tk
|
DEPENDS project_tcl project_tk
|
||||||
DOWNLOAD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external_dependencies
|
DOWNLOAD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external_dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user