Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
with:
submodules: true
- uses: seanmiddleditch/gha-setup-ninja@v6
- uses: pre-commit/action@v3.0.1
env:
pythonLocation: ${{ matrix.os }}
- run: cmake -B build -DBUILD_SHARED_LIBS=${{ matrix.shared }}
- uses: lukka/run-vcpkg@v11
# - uses: pre-commit/action@v3.0.1
# env:
# pythonLocation: ${{ matrix.os }}
- run: cmake -B build -DBUILD_SHARED_LIBS=${{ matrix.shared }} -DCMAKE_TOOLCHAIN_FILE="${VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake"
- run: cmake --build build --verbose
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
cmake_minimum_required(VERSION 3.5)

set(CMAKE_TOOLCHAIN_FILE
"${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake"
CACHE STRING "Vcpkg toolchain file")

option(BUILD_SHARED_LIBS "build library as shared" OFF)

project(ctactless)
Expand Down
1 change: 0 additions & 1 deletion vcpkg
Submodule vcpkg deleted from 0ca64b
Loading