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 committed Apr 27, 2023
1 parent 89af596 commit d68237c
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 d68237c

Please sign in to comment.