Skip to content

Commit

Permalink
chore: update cmake project definition to fix ci package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbocanegra committed Sep 8, 2024
1 parent 7f93341 commit dbe40b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
cmake_minimum_required(VERSION 3.16)
set(PROJECT_NAME "plasmoid-spacer-extended")
project(${PROJECT_NAME})
project("plasmoid-spacer-extended")
option(BUILD_PLUGIN "Build the plugin" OFF)
option(INSTALL_PLASMOID "Install plasmoid" ON)
option(PACKAGE_PLASMOID "Package plasmoid" OFF)

# Use Extra CMake Modules (ECM) for common functionality.
# See http://api.kde.org/ecm/manual/ecm.7.html
# and http://api.kde.org/ecm/manual/ecm-kde-modules.7.html
find_package(ECM REQUIRED NO_MODULE)

# Needed by find_package(KF5Plasma) below.
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_MODULE_PATH})

Expand Down

0 comments on commit dbe40b1

Please sign in to comment.