Minimal CMake version
Eröffnet am: 2020-01-30 18:41
Letztes Update: 2020-01-31 23:16
Auswertung: | yegorich | Verantwortlicher: | zmatsuo |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | Tera Term 4.106 |
Typ: | Fehler | Schweregrad: | 5 - Mittel |
Komponente: | Other | Status: | Offen [Owner assigned] |
Lösung | Keine |
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