Skip to content

Commit

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

upstream: MaJerle/lwrb#26

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

# Setup project
project(LwLibPROJECT)
project(LwLibPROJECT C)

# -------------------------------------------------
# This CMakeLists.txt is used only if it is a top-level file.
Expand Down

0 comments on commit 36f20ed

Please sign in to comment.