79193103

Date: 2024-11-15 16:01:32
Score: 3
Natty:
Report link

According to the CMake documentation: https://cmake.org/cmake/help/latest/command/enable_language.html

CMake got CSharp support from version 3.8

Update this line:

cmake_minimum_required(VERSION 3.1)

To:

cmake_minimum_required(VERSION 3.8)
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mark Hinchcliffe