Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-1270

[C++] Executable tools do not get installed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • cpp-1.5.0
    • parquet-cpp
    • None

    Description

      I have the following build script:

      mkdir -p build-debug
      pushd build-debug
      
      cmake -DCMAKE_BUILD_TYPE=debug \
            -DCMAKE_INSTALL_PREFIX=$PARQUET_HOME \
            -DPARQUET_BUILD_BENCHMARKS=off \
            -DPARQUET_BUILD_EXECUTABLES=on \
            -DPARQUET_BUILD_TESTS=on \
            ..
      
      make -j16
      make install
      popd
      

      parquet_reader does get built:

      $ find -name parquet_reader
      ./build-debug/debug/parquet_reader
      

      but it isn't installed:

      $ find $PARQUET_HOME -name parquet_reader
      $
      

      Attachments

        Issue Links

          Activity

            People

              apitrou Antoine Pitrou
              apitrou Antoine Pitrou
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: