Skip to content

Commit 807bdcf

Browse files
committed
chore: update cmake project definition to fix ci package generation
1 parent 203837c commit 807bdcf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
set(PROJECT_NAME "Kurva")
3-
project(${PROJECT_NAME})
2+
project(Kurva)
43
option(BUILD_PLUGIN "Build the plugin" OFF)
54
option(INSTALL_PLASMOID "Install plasmoid" OFF)
65
option(PACKAGE_PLASMOID "Package plasmoid" OFF)
@@ -33,7 +32,7 @@ if(INSTALL_PLASMOID)
3332
endif()
3433

3534
if(PACKAGE_PLASMOID)
36-
# GenEreate plasmoid file
35+
# generate plasmoid file
3736
set(PLASMOID_FILE ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}-v${CUR_VERSION}.plasmoid)
3837
add_custom_target(plasmoid ALL
3938
COMMAND rm -rf "${PLASMOID_FILE}"

0 commit comments

Comments
 (0)