Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
1171bcfc
Commit
1171bcfc
authored
Aug 26, 2009
by
David Cole
Browse files
Add missing argument to _ep_write_downloadfile_script.
parent
ef54a8b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/ExternalProject.cmake
View file @
1171bcfc
...
...
@@ -641,7 +641,7 @@ function(_ep_add_download_command name)
message
(
FATAL_ERROR
"Could not extract tarball filename from url:
\n
${
url
}
"
)
endif
()
set
(
file
${
download_dir
}
/
${
fname
}
)
_ep_write_downloadfile_script
(
"
${
stamp_dir
}
/download-
${
name
}
.cmake"
"
${
url
}
"
"
${
file
}
"
)
_ep_write_downloadfile_script
(
"
${
stamp_dir
}
/download-
${
name
}
.cmake"
"
${
url
}
"
"
${
file
}
"
""
)
set
(
cmd
${
CMAKE_COMMAND
}
-P
${
stamp_dir
}
/download-
${
name
}
.cmake
COMMAND
)
set
(
comment
"Performing download step (download and extract) for '
${
name
}
'"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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