Externals/zstd: fix CMake project name

This commit is contained in:
Tillmann Karras 2020-05-18 00:00:41 +01:00
parent 24eee74937
commit 506ae2f6b1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
project(bzip2 C)
project(zstd C)
include(CheckTypeSize)
include(CheckFunctionExists)