platformio/platformio-core

Platformio 4.3+ generates unusable CMake files in CLion

Open

#3,476 建立於 2020年4月25日

在 GitHub 查看
 (9 留言) (0 反應) (1 負責人)Python (791 fork)batch import
help wantedide:clionintegration

倉庫指標

Star
 (7,329 star)
PR 合併指標
 (平均合併 109天 16小時) (30 天內合併 5 個 PR)

描述

Under Platformio 4.2, when running platformio init --ide=clion I get a CMakelists.txt that starts with the following line and has numerous build targets, including ones for uploading a filesystem, rebuilding the project index, etc:

cmake_minimum_required(VERSION 3.2)

Under Platformio 4.3+, the cmake_minimum_version becomes <3.2 and the build targets are replaced with something unusable.

貢獻者指南