Skip to content

Commit

Permalink
[#63] Fixed package name in bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
manusharded authored and Manu343726 committed Sep 5, 2016
1 parent e6c3864 commit 889eee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bootstrap.cmake
@@ -1,6 +1,9 @@
if(NOT SIPLASPLAS_ROOT)
if(SIPLASPLAS_PACKAGE_URL)
set(SIPLASPLAS_PACKAGE "${CMAKE_BINARY_DIR}/siplasplas_package")
get_filename_component(SIPLASPLAS_PACKAGE "${SIPLASPLAS_PACKAGE_URL}" NAME)
message(STATUS "Downloading siplasplas package (${SIPLASPLAS_PACKAGE}) from ${SIPLASPLAS_PACKAGE_URL} ...")
set(SIPLASPLAS_PACKAGE "${CMAKE_SOURCE_DIR}/${SIPLASPLAS_PACKAGE}")

file(DOWNLOAD "${SIPLASPLAS_PACKAGE_URL}" "${SIPLASPLAS_PACKAGE}" SHOW_PROGRESS)
endif()

Expand Down

0 comments on commit 889eee3

Please sign in to comment.