We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781ef80 commit 5093055Copy full SHA for 5093055
.github/workflows/windows.yml
@@ -2,9 +2,9 @@ name: Build & Latest Beta
2
3
on:
4
push:
5
- pull_request:
6
- paths-ignore:
7
- - '**.md'
+ # pull_request:
+ # paths-ignore:
+ # - '**.md'
8
9
jobs:
10
windows:
CMakeLists.txt
@@ -7,7 +7,8 @@ else()
endif()
if(VCPKG)
- set(VCPKG_LIBRARY_LINKAGE "static")
+ set(VCPKG_LIBRARY_LINKAGE static)
11
+ message(foo)
12
13
14
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
0 commit comments