Skip to content

Commit

Permalink
bad cmake variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 6, 2023
1 parent 7f097f9 commit ac57207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN git clone https://github.com/apache/xerces-c.git /tmp/xerces \
&& git -C /tmp/xerces checkout tags/v${XERCES_VERSION} \
&& cmake -G Ninja -B /tmp/xerces/build -S /tmp/xerces \
-DCMAKE_INSTALL_PREFIX=/opt/xerces \
-DXERCESC_ROOT_DIR=${{ github.workspace }}/xerces \
-DCMAKE_CXX_STANDARD=23 \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=OFF \
Expand Down

0 comments on commit ac57207

Please sign in to comment.