mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Remove unused script for downloading the user guide
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5468 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
94d26c18b8
commit
c9fdb8d80d
@ -1,16 +0,0 @@
|
||||
#
|
||||
# CMake script to fetch the current HTML manual
|
||||
#
|
||||
message (STATUS "file: ${URL}/${NAME}")
|
||||
file (
|
||||
DOWNLOAD ${URL}/${NAME} contrib/${NAME}
|
||||
TIMEOUT 120
|
||||
STATUS manual_STATUS
|
||||
LOG manual_LOG
|
||||
SHOW_PROGRESS
|
||||
)
|
||||
list (GET manual_STATUS 0 manual_RC)
|
||||
if (manual_RC)
|
||||
message (WARNING "${manual_STATUS}")
|
||||
message (FATAL_ERROR "${manual_LOG}")
|
||||
endif (manual_RC)
|
@ -630,17 +630,6 @@ FortranCInterface_HEADER (FC.h MACRO_NAMESPACE "FC_" SYMBOL_NAMESPACE "FC_"
|
||||
# sort out pre-requisites
|
||||
#
|
||||
|
||||
#
|
||||
# fetch latest HTML manual
|
||||
#
|
||||
#set (WSJT_MANUAL_DIRECTORY "${PROJECT_MANUAL_DIRECTORY_URL}"
|
||||
# CACHE STRING "Can be overridden to a local URI")
|
||||
#add_custom_target (user_manual ALL
|
||||
# ${CMAKE_COMMAND} -D URL=${WSJT_MANUAL_DIRECTORY} -D NAME=${PROJECT_MANUAL} -P ${CMAKE_SOURCE_DIR}/CMake/download_html_manual.cmake
|
||||
# COMMENT "Downloading ${PROJECT_NAME} HTML manual"
|
||||
# VERBATIM
|
||||
# )
|
||||
|
||||
#
|
||||
# Setup RPATH so that built executable targets will run in both the
|
||||
# build tree and the install location without having to set a
|
||||
|
Loading…
Reference in New Issue
Block a user