Skip to content

Commit

Permalink
lib: msgpack: CMakeLists.txt: CMakeLists.txt: fix build without C++
Browse files Browse the repository at this point in the history
msgpack is written in c, so only enforce a c compiler

upstream: msgpack/msgpack-c#1055

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
  • Loading branch information
ThomasDevoogdt authored and andreswebs committed May 9, 2023
1 parent 7a3f344 commit e2b8832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msgpack-c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8)
project(msgpack-c)
project(msgpack-c C)

set(src
src/objectc.c
Expand Down

0 comments on commit e2b8832

Please sign in to comment.