Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Switch odbc-cpp to v0.2
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.docker/qgis3-build-deps.dockerfile
|
@@ -162,7 +162,7 @@ RUN curl -LJO https://cmake.org/files/v3.12/cmake-3.12.4-Linux-x86_64.tar.gz \ |
|
|
&& cp -r cmake-3.12.4-Linux-x86_64/share/cmake-3.12/* /usr/local/share/cmake-3.12 \ |
|
|
&& rm -rf cmake-3.12.4-Linux-x86_64* |
|
|
# Download and compile odbc-cpp-wrapper |
|
|
RUN git clone --branch v0.1 --depth 1 https://github.com/SAP/odbc-cpp-wrapper.git \ |
|
|
RUN git clone --branch v0.2 --depth 1 https://github.com/SAP/odbc-cpp-wrapper.git \ |
|
|
&& mkdir odbc-cpp-wrapper/build \ |
|
|
&& cd odbc-cpp-wrapper/build \ |
|
|
&& cmake .. \ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.