Made the build system cmake 2.8 compliant

This commit is contained in:
Snaipe 2015-07-29 17:53:58 +02:00
parent 1a86d27ccd
commit d4b960fe61
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
language: c
compiler:
- gcc
sudo: false
addons:
apt:
sources:

View file

@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 2.8)
cmake_policy(SET CMP0048 NEW)
project(Criterion VERSION 1.2.2)
project(Criterion C)
set(PROJECT_VERSION "1.2.2")
set(LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale)
set(GettextTranslate_ALL)
set(GettextTranslate_GMO_BINARY)