mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix CLion integration when project name contains a space
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
# The `CMakeListsUser.txt` will not be overwritten by PlatformIO.
|
||||
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
project({{project_name}})
|
||||
project("{{project_name}}")
|
||||
|
||||
include(CMakeListsPrivate.txt)
|
||||
|
||||
@ -86,4 +86,4 @@ add_custom_target(
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SRC_LIST})
|
||||
add_executable(pioprog ${SRC_LIST})
|
||||
|
Reference in New Issue
Block a user