From 4f509c2dff78b332e3f469ed87b25e37b1261886 Mon Sep 17 00:00:00 2001 From: Ellon Mendes Date: Wed, 2 Dec 2015 14:15:10 +0100 Subject: [PATCH] Improve printing when copying .py files --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 88566ed7b..69fea5663 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -70,7 +70,7 @@ if(Boost_PYTHON${BOOST_PYTHON_VERSION_SUFFIX_UPPERCASE}_FOUND AND PYTHONLIBS_FOU OUTPUT ${PY_SRC} DEPENDS ${PY_SRC} COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/${PY_SRC} ${CMAKE_CURRENT_BINARY_DIR}/${PY_SRC} - COMMENT "Copying ${PY_SRC}" + COMMENT "Copying python/${PY_SRC}" ) add_custom_target(copy_${PY_SRC_TARGET_SUFFIX} DEPENDS ${PY_SRC}) # Add dependency so the copy is made BEFORE building the python module