Skip to content

Commit 42e2c99

Browse files
committed
Re-enable C lang for old CMake
1 parent f26978d commit 42e2c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ message(STATUS "SO/API/ABI Version: ${SO_VERSION}")
6666
message(STATUS "Determining Version Number - done")
6767

6868
################### SETUP PROJECT ###################
69-
PROJECT(libopenshot LANGUAGES CXX
69+
PROJECT(libopenshot LANGUAGES C CXX
7070
VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${BUILD_VERSION})
7171

7272
message("

0 commit comments

Comments
 (0)