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

SuperBuild: change name of cmake file for SuperBuild-archive compatibility

parent f29a2310
No related branches found
No related tags found
1 merge request!102Update SuperBuild archive
......@@ -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