Skip to content

Commit

Permalink
disable ccache in cmake since it is already defined as compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 19, 2018
1 parent c248394 commit 3e9fdb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/qgis.dockerfile
Expand Up @@ -24,6 +24,7 @@ WORKDIR /usr/src/QGIS/build

RUN cmake \
-GNinja \
-DUSE_CCACHE=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_DESKTOP=OFF \
Expand Down

0 comments on commit 3e9fdb1

Please sign in to comment.