Skip to content

Commit

Permalink
Start working on RmlUi 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed Jun 28, 2020
1 parent a220824 commit 97a288f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif(POLICY CMP0074)

project(RmlUi LANGUAGES C CXX VERSION 3.3)
project(RmlUi LANGUAGES C CXX VERSION 4.0)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

set(RMLUI_VERSION_RELEASE true)
set(RMLUI_VERSION_RELEASE false)

if(RMLUI_VERSION_RELEASE)
set(RMLUI_VERSION_SUFFIX "")
Expand Down

0 comments on commit 97a288f

Please sign in to comment.