mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
CMake: Enable only C for lib and programs projects
This commit is contained in:
parent
856f38e6c5
commit
2636f53619
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
# in the COPYING file in the root directory of this source tree).
|
||||
# ################################################################
|
||||
|
||||
project(libzstd)
|
||||
project(libzstd C)
|
||||
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR TRUE)
|
||||
option(ZSTD_BUILD_STATIC "BUILD STATIC LIBRARIES" ON)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# in the COPYING file in the root directory of this source tree).
|
||||
# ################################################################
|
||||
|
||||
project(programs)
|
||||
project(programs C)
|
||||
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR TRUE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue