Skip to content

Commit 3b79971

Browse files
ThomasDevoogdtleonardo-albertovich
authored andcommitted
lib: onigmo: CMakeLists.txt: fix build without C++
onigmo is written in c, so only enforce a c compiler upstream: fluent/onigmo#7 Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
1 parent 587d9cc commit 3b79971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/onigmo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.4)
2-
project(onigmo)
2+
project(onigmo C)
33

44
# Onigmo Version
55
set(ONIGMO_VERSION_MAJOR 6)

0 commit comments

Comments
 (0)