Skip to content

Commit

Permalink
install PRC in /usr, not /usr/local
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Aug 24, 2016
1 parent a110112 commit 4abd950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker/Dockerfile
Expand Up @@ -56,6 +56,7 @@ RUN git clone https://github.com/PDAL/PRC.git \
&& cmake \
-DCMAKE_BUILD_TYPE=Release \
-DPDAL_DIR=/usr/lib/pdal/cmake \
-DCMAKE_BUILD_PREFIX=/usr \
.. \
&& make \
&& make install \
Expand Down

0 comments on commit 4abd950

Please sign in to comment.