Skip to content
Snippets Groups Projects
Commit 3a6fa8cb authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Merge branch 'update_SBArchive' into 'release-6.6'

Update SuperBuild archive

See merge request orfeotoolbox/otb!102
parents f29a2310 c6edb698
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ SET(CMAKE_TLS_VERIFY "OFF")
if ( NOT ( "${MD5_FONT}" STREQUAL "d0efec10b9f110a32e9b8f796e21782c" ) )
MESSAGE("DOWNLOADING FONTS")
file(DOWNLOAD
https://netix.dl.sourceforge.net/project/dejavu/dejavu/2.37/dejavu-fonts-ttf-2.37.tar.bz2
"https://netix.dl.sourceforge.net/project/dejavu/dejavu/2.37/dejavu-fonts-ttf-2.37.tar.bz2"
${DOWNLOAD_LOCATION}/dejavu-fonts-ttf-2.37.tar.bz2
EXPECTED_MD5 d0efec10b9f110a32e9b8f796e21782c)
endif()
......
......@@ -208,7 +208,7 @@ if(UNIX AND NOT APPLE)
-D BUILD_DIR=${QT5_SB_BUILD_DIR}
-D INSTALL_DIR=${SB_INSTALL_PREFIX}
-D DOWNLOAD_LOCATION=${DOWNLOAD_LOCATION}
-P ${CMAKE_SOURCE_DIR}/CMake/font_qt.cmake
-P ${CMAKE_SOURCE_DIR}/CMake/External_font.cmake
DEPENDEES install
WORKING_DIRECTORY ${SB_INSTALL_PREFIX} )
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment