Skip to content

Commit 56fc4b3

Browse files
authored
use v142 (#11)
* use v142 * update aui
1 parent e24a838 commit 56fc4b3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [windows-latest, ubuntu-latest]
27+
include:
28+
- os: windows-latest
29+
additional_cmake_flags: '-A x64 -DCMAKE_GENERATOR_TOOLSET=v142'
2730

2831
steps:
2932
- name: Fetch sources

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Standard routine
22
cmake_minimum_required(VERSION 3.16)
33
project(example_app
4-
VERSION 0.0.11 # CI_PROJECT_VERSION
4+
VERSION 0.0.12 # CI_PROJECT_VERSION
55
)
66

77
option(BUILD_SHARED_LIBS "Build shared libs" OFF)
88
option(AUIB_FORCE_PRECOMPILED "AUI.Boot: force precompiled dependencies" OFF)
9+
option(AUIB_NO_PRECOMPILED "AUI.Boot: disable precompiled dependencies" OFF)
910

10-
set(AUI_VERSION v8.0.0-rc.8)
11+
set(AUI_VERSION v8.0.0-rc.10)
1112

1213
# Use AUI.Boot
1314
file(

0 commit comments

Comments
 (0)