Skip to content

Commit 2ac0844

Browse files
author
Jonas Blixt
committed
tools: pbstate: Set language in cmake
To prevent cmake from trying to find a c++ compiler, which we don't need.
1 parent b2c03df commit 2ac0844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/pbstate/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22

33
project(pbstate
44
VERSION 0.3.3
5+
LANGUAGES C
56
DESCRIPTION "pbstate"
67
HOMEPAGE_URL https://github.com/jonasblixt/punchboot
78
)

0 commit comments

Comments
 (0)