Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Nov 12, 2023
1 parent c1a6beb commit 6e16f66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
enabled: 1,
os: windows-latest,
deps: "",
config: "cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DWERROR=1 .",
config: "cmake
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
-DWERROR=1
.",
build: "cmake --build .",
test: "ctest --output-on-failure"
}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ else()
endif(FLTK_FOUND)

if(MSVC)
find_package(liblo 0.28)
find_package(liblo)
else()
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
Expand Down

0 comments on commit 6e16f66

Please sign in to comment.