Skip to content

Commit

Permalink
fix cmake prefix path
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 25, 2020
1 parent e113771 commit 9b96e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis.dockerfile
Expand Up @@ -50,7 +50,7 @@ RUN SUCCESS=OK \
-DWITH_ASTYLE=OFF \
-DQT5_3DEXTRA_LIBRARY="/usr/lib/x86_64-linux-gnu/libQt53DExtras.so" \
-DQt53DExtras_DIR="/QGIS/external/qt3dextra-headers/cmake/Qt53DExtras" \
-DCMAKE_PREFIX_PATH="/QGIS/external/qt3dextra-headers/cmake" \
-DCMAKE_PREFIX_PATH="/QGIS/external/qt3dextra-headers" \
.. \
&& ninja install || SUCCESS=FAILED \
&& echo "$SUCCESS" > /QGIS/build_exit_value
Expand Down

0 comments on commit 9b96e48

Please sign in to comment.