-
|
I am trying to build the 7.9.1 release from sources on a quite old system (Debian Buster): The flags I provide to cmake are: The error occurs at a very early stage: The CMakeOutput.log is attached. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
That error is problem with cmake-3.13 version. (removing duplicates have another signature) |
Beta Was this translation helpful? Give feedback.
That error is problem with cmake-3.13 version. (removing duplicates have another signature)
Please move to the more modern version. You can build it manually or download from KitWare.
_
Original issue: some version of CMake requires REMOVE_DUPLICATES and REMOVE_ITEM to have at least one symbol on it, but sometimes we can have just empty string.