Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Properly disable ccache; it's not a CMake variable but a osrm-backend…
Browse files Browse the repository at this point in the history
… specific one
  • Loading branch information
daniel-j-h committed Mar 1, 2016
1 parent 31f0e9c commit 9608e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function build_osrm() {
-DCMAKE_LIBRARY_PATH=${MASON_HOME}/lib \
-DCMAKE_BUILD_TYPE=${TARGET} \
-DCMAKE_EXE_LINKER_FLAGS="${LINK_FLAGS}" \
-DCMAKE_ENABLE_CCACHE=OFF
-DENABLE_CCACHE=OFF
make -j${JOBS} && make install
popd

Expand Down

0 comments on commit 9608e71

Please sign in to comment.