Skip to content

Commit

Permalink
add xerces?!
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Jun 26, 2024
1 parent 367d489 commit 03e34ac
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,24 @@ jobs:
echo $thirdpartytool >> $GITHUB_PATH
done
- name: Install Xerces-C++ via vcpkg
run: |
vcpkg install xerces-c:x64-windows
shell: cmd

- name: Configure CMake
run: |
mkdir -p $GITHUB_WORKSPACE/OpenMS/bld/
cmake -B $GITHUB_WORKSPACE/OpenMS/bld/ -S $GITHUB_WORKSPACE/OpenMS \
-DCMAKE_INSTALL_OPENMP_LIBRARIES=FALSE \
-DCMAKE_INSTALL_OPENMP_LIBRARIES=TRUE \
-DCMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION='bin' \
-DXERCESC_ROOT_DIR="${{ env.XERCESC_INSTALL_DIR }}" \
-DCMAKE_TOOLCHAIN_FILE=${{ env.VCPKG_INSTALLATION_ROOT }}/scripts/buildsystems/vcpkg.cmake
-DCMAKE_BUILD_TYPE=Release
cmake --build $GITHUB_WORKSPACE/OpenMS/bld/ --config Release
shell: bash

- name: Build Windows
shell: bash
run: |
Expand Down

0 comments on commit 03e34ac

Please sign in to comment.