sandsmark/genieutils

Outdated CMake requirements

SmallJoker opened this issue · 0 comments

This line should be updated to 3.13 or newer:

cmake_minimum_required(VERSION 3.9)

cmake_policy(SET CMP0077 NEW)

This policy was introduced in CMake version 3.13.

EDIT: I assume this is a follow-up issue caused by the outdated cmake version (3.10.2):

CMake Error at CMakeLists.txt:237 (target_link_libraries):
  Object library target "genieutils_common" may not link to anything.