From 7f16e7b6ff09e93bc728195f9bcf22e6aa13224c Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Mon, 23 Mar 2015 17:14:16 +0100
Subject: [PATCH] ENH: rename default download location and remove log info

---
 SuperBuild/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SuperBuild/CMakeLists.txt b/SuperBuild/CMakeLists.txt
index 305ba7e63e..5aa33bd926 100644
--- a/SuperBuild/CMakeLists.txt
+++ b/SuperBuild/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
 project(OTB-SuperBuild)
 
 # Path to additional CMake modules
-MESSAGE(INFO "${CMAKE_SOURCE_DIR}")
+#MESSAGE(INFO "${CMAKE_SOURCE_DIR}")
 set(CMAKE_MODULE_PATH
     ${CMAKE_SOURCE_DIR}/CMake
     ${CMAKE_SOURCE_DIR}/../CMake
@@ -15,7 +15,7 @@ include(SuperBuild_Macro)
 
 # Setup location where source tar-balls are downloaded
 #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.")
 mark_as_advanced(DOWNLOAD_LOCATION)
 
-- 
GitLab