[ https://issues.apache.org/jira/browse/PARQUET-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Uwe L. Korn resolved PARQUET-1270. ---------------------------------- Resolution: Fixed Fix Version/s: cpp-1.5.0 Issue resolved by pull request 455 [https://github.com/apache/parquet-cpp/pull/455] > [C++] Executable tools do not get installed > ------------------------------------------- > > Key: PARQUET-1270 > URL: https://issues.apache.org/jira/browse/PARQUET-1270 > Project: Parquet > Issue Type: Bug > Components: parquet-cpp > Reporter: Antoine Pitrou > Priority: Major > Fix For: cpp-1.5.0 > > > I have the following build script: > {code:bash} > 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 > {code} > parquet_reader does get built: > {code:bash} > $ find -name parquet_reader > ./build-debug/debug/parquet_reader > {code} > but it isn't installed: > {code:bash} > $ find $PARQUET_HOME -name parquet_reader > $ > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)