Quantcast
Channel: All Open Tickets - Tera Term on OSDN
Viewing all articles
Browse latest Browse all 2128

Minimal CMake version - Tera Term Ticket #39966 on OSDN

$
0
0

Minimal CMake version

Eröffnet am: 2020-01-30 18:41

Letztes Update: 2020-01-31 23:16

Auswertung:yegorichVerantwortlicher:zmatsuo
Priorität:5 - MittelMeilenstein:Tera Term 4.106
Typ:FehlerSchweregrad:5 - Mittel
Komponente:OtherStatus:Offen [Owner assigned]
LösungKeine

Einzelheiten

Looks like the required CMake version 3.6 in the main CMakeLists.txt is too low:

cmake_minimum_required(VERSION 3.6)

You're using add_library() call without specifying the source files. This feature was introduced in CMake 3.11.

Letzte Aktualisierung für dieses Ticket

2020-01-31 23:16 Aktualisiert von: doda

  • Verantwortlicher Update from (Keine) to zmatsuo

Viewing all articles
Browse latest Browse all 2128