summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIssam E. Maghni <issam.e.maghni@mailbox.org>2021-06-11 15:42:14 -0400
committerRalph Giles <giles@thaumas.net>2021-07-10 05:53:47 +0000
commite11af601c79e642c50343c6e69dbaf03fcd6be9f (patch)
tree36d2096795b9f31b55b085d93412ff07edeeec93
parent50e5361d39d9ec9865659afbd9f1a13dcc93764f (diff)
downloadogg-git-e11af601c79e642c50343c6e69dbaf03fcd6be9f.tar.gz
CMake: Enable only C
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d42925..1e3c465 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.12)
-project(ogg)
+project(ogg LANGUAGES C)
# Required modules
include(GNUInstallDirs)