Skip to content

Commit 5093055

Browse files
committed
test123
1 parent 781ef80 commit 5093055

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build & Latest Beta
22

33
on:
44
push:
5-
pull_request:
6-
paths-ignore:
7-
- '**.md'
5+
# pull_request:
6+
# paths-ignore:
7+
# - '**.md'
88

99
jobs:
1010
windows:

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ else()
77
endif()
88

99
if(VCPKG)
10-
set(VCPKG_LIBRARY_LINKAGE "static")
10+
set(VCPKG_LIBRARY_LINKAGE static)
11+
message(foo)
1112
endif()
1213

1314
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

0 commit comments

Comments
 (0)