Skip to content

Commit

Permalink
cmake: no need for CXX compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Jan 29, 2024
1 parent ba8ff52 commit c768c60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit c768c60

Please sign in to comment.