libcheck / check

A unit testing framework for C
GNU Lesser General Public License v2.1
1.07k stars 209 forks source link

Update CMake required from 3.9 to 3.13 #338

Closed mikkoi closed 2 years ago

mikkoi commented 2 years ago

https://github.com/libcheck/check/issues/325

cmake_minimum_required(...) is version 3.9 required in top level CMakeLists.txt, In this file, the funcion add_link_options(...) is invoked at line 251 and it`s news from CMAKE version 3.13.