Skip to content

Commit

Permalink
remove libzeep
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Feb 23, 2025
1 parent 7894b79 commit 42bb064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- name: Configure CMake
run: >
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_BUILD_TYPE=Release
-DBUILD_TESTING=ON
-S ${{ github.workspace }}
# -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
- name: Build
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if(USE_RSRC)
endif()

# libraries
find_package()(nlohmann_json REQUIRED)
find_package(nlohmann_json REQUIRED)

find_or_fetch_package(mcfp VERSION 1.3.5 GIT_REPOSITORY https://github.com/mhekkel/libmcfp GIT_TAG b6c62a3)
find_or_fetch_package(pdb-redo VERSION 3.2.0 GIT_REPOSITORY https://github.com/PDB-REDO/libpdb-redo.git GIT_TAG f237ab0)
Expand Down

0 comments on commit 42bb064

Please sign in to comment.