]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
cmake: no need for CXX compiler
authorYann Collet <cyan@fb.com>
Mon, 29 Jan 2024 02:25:08 +0000 (18:25 -0800)
committerYann Collet <cyan@fb.com>
Mon, 29 Jan 2024 02:25:08 +0000 (18:25 -0800)
build/cmake/CMakeLists.txt

index 023b998f556adc13e123c4e4e0f49db6ddcbb837..155f3112d7b7d7da81a480cedbb14d5e39bf4ce5 100644 (file)
@@ -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}")