]> git.ipfire.org Git - thirdparty/zstd.git/commit
BUG: list sub-command REMOVE_DUPLICATES requires list to be present 1478/head
authorHans Johnson <hans.j.johnson@gmail.com>
Mon, 24 Dec 2018 14:37:07 +0000 (08:37 -0600)
committerHans Johnson <hans.j.johnson@gmail.com>
Wed, 26 Dec 2018 19:26:59 +0000 (13:26 -0600)
commit1a279ae85ab0863aa49ca65fde7ae1a772144a56
treefb431f6490a80a18ecd3d65a1a877f60667686ca
parent0fb4b21d1ad4b3dc523aed73ed001e6e71649d8a
BUG: list sub-command REMOVE_DUPLICATES requires list to be present

When compiling without c++ enabled, some variables are not present.
This is a check enforced in recent Cmake versions.

CMake Error at CMakeModules/AddZstdCompilationFlags.cmake:54 (list):
  list sub-command REMOVE_DUPLICATES requires list to be present.
Call Stack (most recent call first):
  CMakeLists.txt:53 (ADD_ZSTD_COMPILATION_FLAGS)
build/cmake/CMakeModules/AddZstdCompilationFlags.cmake