-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable windows CI while broken (#508)
- Loading branch information
1 parent
09a6714
commit 802947e
Showing
3 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE x64) | ||
|
||
set(VCPKG_CMAKE_SYSTEM_NAME Linux) | ||
|
||
if(PORT MATCHES "sdl") | ||
set(VCPKG_LIBRARY_LINKAGE dynamic) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
else() | ||
set(VCPKG_LIBRARY_LINKAGE static) | ||
set(VCPKG_CRT_LINKAGE static) | ||
endif() | ||
|
||
set(VCPKG_CMAKE_SYSTEM_NAME Linux) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters