Skip to content

Commit

Permalink
version 0.2.3-rc1; set CMake standard
Browse files Browse the repository at this point in the history
  • Loading branch information
stiglers-eponym committed Sep 2, 2022
1 parent 8950c6c commit 73ce097
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
cmake_minimum_required(VERSION 3.16)

project(beamerpresenter
VERSION 0.2.2
VERSION 0.2.3
DESCRIPTION "Multi-screen PDF presentation viewer"
HOMEPAGE_URL "https://github.com/stiglers-eponym/BeamerPresenter"
LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_EXTENSIONS OFF)

# Define available build/config types
set(QT_VERSION_MAJOR 6 CACHE STRING "Qt major version")
# Minor Qt version is required for defining dependencies when packaging
Expand Down

0 comments on commit 73ce097

Please sign in to comment.