CMake: fix warnings and do not hardcode build type

This commit is contained in:
gfgit 2023-11-30 23:03:45 +01:00
parent 131d895f58
commit 28d6ace780
1 changed files with 1 additions and 3 deletions

View File

@ -1,10 +1,8 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_policy(VERSION 2.8)
include(GNUInstallDirs)
project(lxqt-appswitcher)
set(CMAKE_BUILD_TYPE Release)
include(GNUInstallDirs)
find_package(Qt5 COMPONENTS Core Widgets)
find_package(lxqt)