From: Yann Collet Date: Mon, 29 Jan 2024 02:25:08 +0000 (-0800) Subject: cmake: no need for CXX compiler X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c768c600adaee46a344721c4d998abdea2f8fadb;p=thirdparty%2Fzstd.git cmake: no need for CXX compiler --- diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 023b998f5..155f3112d 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -34,7 +34,6 @@ project(zstd VERSION "${zstd_VERSION_MAJOR}.${zstd_VERSION_MINOR}.${zstd_VERSION_PATCH}" LANGUAGES C # Main library is in C ASM # And ASM - CXX # Testing contributed code also utilizes CXX ) message(STATUS "ZSTD VERSION: ${zstd_VERSION}")