Skip to content

Commit 87761e4

Browse files
committed
gen
1 parent f3f83a9 commit 87761e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Run CMake
5858
run: |
59-
cmake -G "${{ matrix.generator }}" -A x64 -Werror=dev --warn-uninitialized -DCMAKE_COMPILE_WARNING_AS_ERROR=On . || exit /b !errorlevel!
59+
cmake -A x64 -Werror=dev --warn-uninitialized -DCMAKE_COMPILE_WARNING_AS_ERROR=On . || exit /b !errorlevel!
6060
6161
- name: Build
6262
run: |

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required (VERSION 3.10)
22
project (simplecpp LANGUAGES CXX)
33

4+
message(STATUS "${CMAKE_GENERATOR}")
5+
46
set(CMAKE_CXX_STANDARD 11)
57
set(CMAKE_CXX_STANDARD_REQUIRED ON)
68

0 commit comments

Comments
 (0)