Skip to content

BUG: list sub-command REMOVE_DUPLICATES requires list to be present#1478

Merged
Cyan4973 merged 1 commit into
facebook:devfrom
hjmjohnson:remove-duplicates-validation
Dec 28, 2018
Merged

BUG: list sub-command REMOVE_DUPLICATES requires list to be present#1478
Cyan4973 merged 1 commit into
facebook:devfrom
hjmjohnson:remove-duplicates-validation

Conversation

@hjmjohnson

Copy link
Copy Markdown
Contributor

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)

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)
@Cyan4973 Cyan4973 merged commit 6746de8 into facebook:dev Dec 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants