You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/05/30 17:22:19 UTC

[arrow] branch master updated: ARROW-5446: [C++][CMake] Install arrow/util/config.h into CMAKE_INSTALL_INCLUDEDIR

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

wesm 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 21e8785  ARROW-5446: [C++][CMake] Install arrow/util/config.h into CMAKE_INSTALL_INCLUDEDIR
21e8785 is described below

commit 21e8785811dc8c06e0173756e37d8c963710f641
Author: Nuno Sucena Almeida <28...@users.noreply.github.com>
AuthorDate: Thu May 30 12:22:10 2019 -0500

    ARROW-5446: [C++][CMake] Install arrow/util/config.h into CMAKE_INSTALL_INCLUDEDIR
    
    Author: Nuno Sucena Almeida <28...@users.noreply.github.com>
    
    Closes #4387 from slug/config-install-fix and squashes the following commits:
    
    bacfdaf27 <Nuno Sucena Almeida> config install dir
---
 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 4debe21..56e049c 100644
--- a/cpp/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -2220,4 +2220,4 @@ endif()
 
 configure_file("src/arrow/util/config.h.cmake" "src/arrow/util/config.h")
 install(FILES "${ARROW_BINARY_DIR}/src/arrow/util/config.h"
-        DESTINATION "include/arrow/util")
+        DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/arrow/util")