Skip to content
Snippets Groups Projects
Commit 7f16e7b6 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: rename default download location and remove log info

parent 78940521
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3) ...@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(OTB-SuperBuild) project(OTB-SuperBuild)
# Path to additional CMake modules # Path to additional CMake modules
MESSAGE(INFO "${CMAKE_SOURCE_DIR}") #MESSAGE(INFO "${CMAKE_SOURCE_DIR}")
set(CMAKE_MODULE_PATH set(CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/CMake ${CMAKE_SOURCE_DIR}/CMake
${CMAKE_SOURCE_DIR}/../CMake ${CMAKE_SOURCE_DIR}/../CMake
...@@ -15,7 +15,7 @@ include(SuperBuild_Macro) ...@@ -15,7 +15,7 @@ include(SuperBuild_Macro)
# Setup location where source tar-balls are downloaded # Setup location where source tar-balls are downloaded
#set (install_location "${CMAKE_CURRENT_BINARY_DIR}/install") #set (install_location "${CMAKE_CURRENT_BINARY_DIR}/install")
set (DOWNLOAD_LOCATION "${CMAKE_CURRENT_BINARY_DIR}/downloads" set (DOWNLOAD_LOCATION "${CMAKE_CURRENT_BINARY_DIR}/Downloads"
CACHE PATH "Location where source tar-balls are (to be) downloaded.") CACHE PATH "Location where source tar-balls are (to be) downloaded.")
mark_as_advanced(DOWNLOAD_LOCATION) mark_as_advanced(DOWNLOAD_LOCATION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment