nut-tree/libnut-core

Linux CMake version requirement incorrect

dancesWithBugs opened this issue · 0 comments

Version: 2.1.0

Trying to compile on Linux with CMake version < 3.12 will fail because of the use of add_compile_definitions, which was added in 3.12, see https://cmake.org/cmake/help/latest/command/add_compile_definitions.html.