Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
c6edb698
Commit
c6edb698
authored
May 18, 2018
by
Antoine Regimbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SuperBuild: change name of cmake file for SuperBuild-archive compatibility
parent
f29a2310
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
SuperBuild/CMake/External_font.cmake
SuperBuild/CMake/External_font.cmake
+1
-1
SuperBuild/CMake/External_qt5.cmake
SuperBuild/CMake/External_qt5.cmake
+1
-1
No files found.
SuperBuild/CMake/fon
t_q
t.cmake
→
SuperBuild/CMake/
External_
font.cmake
View file @
c6edb698
...
...
@@ -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
()
...
...
SuperBuild/CMake/External_qt5.cmake
View file @
c6edb698
...
...
@@ -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/fon
t_q
t.cmake
-P
${
CMAKE_SOURCE_DIR
}
/CMake/
External_
font.cmake
DEPENDEES install
WORKING_DIRECTORY
${
SB_INSTALL_PREFIX
}
)
endif
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment