From f16af6eba4945d3217b3cc3ec86976036229b359 Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Fri, 20 Mar 2015 17:01:46 +0100 Subject: [PATCH] COMP: Import in superbuild the Find*.cmake directory --- SuperBuild/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SuperBuild/CMakeLists.txt b/SuperBuild/CMakeLists.txt index 18211797b8..ca56ef88b6 100644 --- a/SuperBuild/CMakeLists.txt +++ b/SuperBuild/CMakeLists.txt @@ -4,8 +4,10 @@ cmake_minimum_required(VERSION 2.8.3) project(OTB-SuperBuild) # Path to additional CMake modules +MESSAGE(INFO "${CMAKE_SOURCE_DIR}") set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake + ${CMAKE_SOURCE_DIR}/../CMake ${CMAKE_MODULE_PATH}) include(ExternalProject) -- GitLab