Skip to content
Snippets Groups Projects
Commit 38622154 authored by Alexandre Lision's avatar Alexandre Lision Committed by Guillaume Roguez
Browse files

cmake: fix version name

Removes the RING_VERSION in the RING_VERSION_NAME it appeared twice
in the 'About' dialog

Change-Id: Ie3605f1897ecff614b6f2f5a3aaf6a5167d5288a
Tuleap: #469
parent 6a0cef19
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ IF("${RING_VERSION}" STREQUAL "") ...@@ -11,7 +11,7 @@ IF("${RING_VERSION}" STREQUAL "")
SET(RING_VERSION "0.4.0") SET(RING_VERSION "0.4.0")
ENDIF("${RING_VERSION}" STREQUAL "") ENDIF("${RING_VERSION}" STREQUAL "")
SET(RING_VERSION_NAME "Louis-Joseph Papineau (${RING_VERSION})") SET(RING_VERSION_NAME "Louis-Joseph Papineau")
MESSAGE("Building Ring version - " ${RING_VERSION_NAME}) MESSAGE("Building Ring version - " ${RING_VERSION_NAME})
SET(PROJ_COPYRIGHT " © 2015-2016 Savoir-faire Linux \n GPLv3 https://www.gnu.org/copyleft/gpl.html") SET(PROJ_COPYRIGHT " © 2015-2016 Savoir-faire Linux \n GPLv3 https://www.gnu.org/copyleft/gpl.html")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment