Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-4065

[C++] arrowTargets.cmake is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.12.0
    • 0.12.0
    • C++

    Description

      When we build Arrow's cpp library using CMake, arrowTargets.cmake will be generated and installed but it's broken.

      The following is a part of arrowTargets.cmake generated.

      # Create imported target arrow_shared
      add_library(arrow_shared SHARED IMPORTED)
      
      set_target_properties(arrow_shared PROPERTIES
        INTERFACE_LINK_LIBRARIES "dl;pthreadshared"
      )
      
      # Create imported target arrow_static
      add_library(arrow_static STATIC IMPORTED)
      
      set_target_properties(arrow_static PROPERTIES
        INTERFACE_LINK_LIBRARIES "glog_static;zstd_static;zlib_shared;snappy_static;lz4_static;brotli_dec_static;brotli_enc_static;brotli_common_static;double-conversion_static;boost_system_shared;boost_filesystem_shared;boost_regex_shared;jemalloc_static;rt;pthreadshared"
      )
      

      There are no INTERFACE_INCLUDE_DIRECTORIES and linker doesn't recognize pthreadshared because the true name of pthread should be libpthread.so or libpthread.a.
      *_static and *_shared are also wrong name.

      Because of this, apps which links arrow can't be built using CMake.

      Attachments

        Issue Links

          Activity

            People

              sarutak Kousuke Saruta
              sarutak Kousuke Saruta
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 3h
                  3h