You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and when building with cmake -D BUILD_TESTS:BOOL=ON you get the following error CMake Error at CMakeLists.txt:103 (list): list sub-command REMOVE_ITEM requires two or more arguments.
The text was updated successfully, but these errors were encountered:
So this is somewhat intentional - the release archive is built for the most common use which includes compiling code and reading documentation but not building tests or fuzzing.
However this was done before CMake and it is a bit odd to include a CMake file with broken options. I wonder if it makes more sense to include tests or to generate a better error message in CMake instead.
and when building with cmake -D BUILD_TESTS:BOOL=ON you get the following error
CMake Error at CMakeLists.txt:103 (list): list sub-command REMOVE_ITEM requires two or more arguments.
The text was updated successfully, but these errors were encountered: