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 68c9717 commit 7059ac5Copy full SHA for 7059ac5
.github/workflows/windows.yml
@@ -11,4 +11,4 @@ jobs:
11
- name: Prepare
12
run: cmake .
13
- name: Compilation
14
- run: make
+ run: make smbios_decode
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.10)
2
project(smbios-parser)
3
4
if (CMAKE_BUILD_TYPE STREQUAL "")
0 commit comments