Externals/zstd: fix CMake project name

This commit is contained in:
Tillmann Karras
2020-06-16 19:42:55 +01:00
parent 24eee74937
commit 506ae2f6b1
+1 -1
View File
@@ -1,4 +1,4 @@
project(bzip2 C)
project(zstd C)
include(CheckTypeSize)
include(CheckFunctionExists)