Skip to content

Commit

Permalink
Update CMake required from 3.9 to 3.13
Browse files Browse the repository at this point in the history
libcheck#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.
  • Loading branch information
mikkoi committed Sep 19, 2021
1 parent 9ae888a commit 8477ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)

include(CheckCCompilerFlag)

Expand Down

0 comments on commit 8477ac1

Please sign in to comment.