From c5b0255e8307bea95224cb2c9638b9c686583188 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Thu, 8 May 2014 20:47:44 -0400 Subject: [PATCH] bug fix in name change --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dfc7d4..40251a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,8 +68,8 @@ include(${CMAKE_SOURCE_DIR}/external/external_python_build.cmake) SET(PYTHONPATH ${PYTHON_LOCAL_SITE_PACKAGE}) configure_exec(${CMAKE_SOURCE_DIR}/run_python.sh.in ${CMAKE_BINARY_DIR} run_python.sh) configure_exec(${CMAKE_SOURCE_DIR}/run_env.sh.in ${CMAKE_BINARY_DIR} run_env.sh) -configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/prepareCatalogs.in.py -${CMAKE_BINARY_DIR}/pipeline prepareCatalogs.py) +configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/prepareInputs.in.py +${CMAKE_BINARY_DIR}/pipeline prepareInputs.py) #configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/applyMaskToMock.in.py ${CMAKE_BINARY_DIR}/pipeline applyMaskToMock.py) #configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/buildSkyProjections.in.py