You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2018/11/07 17:01:13 UTC

[arrow] branch master updated: ARROW-3715: [C++]: Fix typo in gflags_ep CMake config

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new b5dca1c  ARROW-3715: [C++]: Fix typo in gflags_ep CMake config
b5dca1c is described below

commit b5dca1c1d1af893db8ae05058464cb2ea4fd9dfd
Author: Sylvain Joubert <Sylvain Joubert>
AuthorDate: Wed Nov 7 18:01:02 2018 +0100

    ARROW-3715: [C++]: Fix typo in gflags_ep CMake config
    
    Author: Sylvain Joubert <Sylvain Joubert>
    
    Closes #2904 from sjoubert/fix_gflags_ep_option and squashes the following commits:
    
    5ebf6cc9 <Sylvain Joubert> : Fix typo in gflags_ep CMake config
---
 cpp/cmake_modules/ThirdpartyToolchain.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake b/cpp/cmake_modules/ThirdpartyToolchain.cmake
index bbac55b..c874281 100644
--- a/cpp/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -580,7 +580,7 @@ if(ARROW_BUILD_TESTS OR ARROW_BUILD_BENCHMARKS)
                           -DBUILD_STATIC_LIBS=ON
                           -DBUILD_PACKAGING=OFF
                           -DBUILD_TESTING=OFF
-                          -BUILD_CONFIG_TESTS=OFF
+                          -DBUILD_CONFIG_TESTS=OFF
                           -DINSTALL_HEADERS=ON
                           -DCMAKE_CXX_FLAGS_${UPPERCASE_BUILD_TYPE}=${EP_CXX_FLAGS}
                           -DCMAKE_C_FLAGS_${UPPERCASE_BUILD_TYPE}=${EP_C_FLAGS}