From 745e50b40bcfafdde0316b8159cae1088c23fdd1 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Thu, 14 Apr 2016 23:45:52 -0400 Subject: [PATCH] fixing previous commit --- build/CMakeLists.txt | 1 + build/{CMakeModules => }/FindNumpy.cmake | 0 build/{CMakeModules => }/FindROOT.cmake | 0 build/{CMakeModules => }/FindSphinx.cmake | 0 4 files changed, 1 insertion(+) rename build/{CMakeModules => }/FindNumpy.cmake (100%) rename build/{CMakeModules => }/FindROOT.cmake (100%) rename build/{CMakeModules => }/FindSphinx.cmake (100%) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index ef678647..0b040b88 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -1,6 +1,7 @@ cmake_minimum_required (VERSION 2.8) project(histogram) +list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}) # setup build option(USE_PYTHON "Build Python bindings" ON) diff --git a/build/CMakeModules/FindNumpy.cmake b/build/FindNumpy.cmake similarity index 100% rename from build/CMakeModules/FindNumpy.cmake rename to build/FindNumpy.cmake diff --git a/build/CMakeModules/FindROOT.cmake b/build/FindROOT.cmake similarity index 100% rename from build/CMakeModules/FindROOT.cmake rename to build/FindROOT.cmake diff --git a/build/CMakeModules/FindSphinx.cmake b/build/FindSphinx.cmake similarity index 100% rename from build/CMakeModules/FindSphinx.cmake rename to build/FindSphinx.cmake