|
|
@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
|
|
|
|
#### general package setup
|
|
|
|
#### general package setup
|
|
|
|
|
|
|
|
|
|
|
|
project( kaffeine )
|
|
|
|
project( kaffeine )
|
|
|
|
set( VERSION R14.1.0 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### include essential cmake modules
|
|
|
|
#### include essential cmake modules
|
|
|
@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles )
|
|
|
|
include( TDEMacros )
|
|
|
|
include( TDEMacros )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### set version number ########################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tde_set_project_version( )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### get the system's default path for libraries
|
|
|
|
##### get the system's default path for libraries
|
|
|
|
|
|
|
|
|
|
|
|
tde_save_and_set( CMAKE_INSTALL_PREFIX "/usr" )
|
|
|
|
tde_save_and_set( CMAKE_INSTALL_PREFIX "/usr" )
|
|
|
|