]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
CMake: Enable only C for lib and programs projects 2489/head
authorIssam E. Maghni <issam.e.maghni@mailbox.org>
Mon, 8 Feb 2021 00:38:47 +0000 (19:38 -0500)
committerfoo@bar.com <foo@bar.com>
Mon, 8 Feb 2021 00:39:04 +0000 (19:39 -0500)
build/cmake/lib/CMakeLists.txt
build/cmake/programs/CMakeLists.txt

index f34c950a3db6e222bd94c4e0c6a3a9f827f3a050..179c9762452cab0bff9de6e5d4b8e1c6f2431783 100644 (file)
@@ -7,7 +7,7 @@
 # in the COPYING file in the root directory of this source tree).
 # ################################################################
 
-project(libzstd)
+project(libzstd C)
 
 set(CMAKE_INCLUDE_CURRENT_DIR TRUE)
 option(ZSTD_BUILD_STATIC "BUILD STATIC LIBRARIES" ON)
index c61fe56ea1f4a84e5f3fe8c8dd0ee13bbe6ad34d..f1d12774654e97620cc505e4055c521e5b166492 100644 (file)
@@ -7,7 +7,7 @@
 # in the COPYING file in the root directory of this source tree).
 # ################################################################
 
-project(programs)
+project(programs C)
 
 set(CMAKE_INCLUDE_CURRENT_DIR TRUE)