It appears that the main CMakeLists.txt file utilizes add_library with omitted sources. This feature is not supported in cmake 3.10.? and below. Noticed the issue while configuring on a machine with Ubuntu 16.04 cmake 3.10.2. I suggest that the minimum version statement be updated to at least 3.11 so that cmake fails in a more understable way.
It appears that the main CMakeLists.txt file utilizes
add_librarywith omitted sources. This feature is not supported in cmake 3.10.? and below. Noticed the issue while configuring on a machine with Ubuntu 16.04 cmake 3.10.2. I suggest that the minimum version statement be updated to at least 3.11 so that cmake fails in a more understable way.