From 04b0d4e2ab9a1f5e7a97e9100a941155c1cce0d8 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Fri, 7 Jul 2017 10:36:33 -0700 Subject: [PATCH] revert accidental commit of test change --- arrow/xlntpyarrow/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/xlntpyarrow/CMakeLists.txt b/arrow/xlntpyarrow/CMakeLists.txt index 5d186375..efaddd41 100644 --- a/arrow/xlntpyarrow/CMakeLists.txt +++ b/arrow/xlntpyarrow/CMakeLists.txt @@ -8,5 +8,5 @@ endif() configure_file("${CMAKE_CURRENT_SOURCE_DIR}/setup.py.cmake" "${CMAKE_CURRENT_BINARY_DIR}/setup.py") -add_custom_command(xlntpyarrow +add_custom_target(xlntpyarrow COMMAND python setup.py build)