Use d3lphin as the name of the CMake project.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/16/head
Slávek Banko 4 years ago
parent e7906e3889
commit 14ee555223
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( dolphin )
project( d3lphin )
set( VERSION R14.1.0 )

@ -1 +1 @@
tde_create_handbook( DESTINATION d3lphin )
tde_create_handbook( DESTINATION ${PROJECT_NAME} )

@ -2,5 +2,5 @@
file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
if( _srcs )
tde_create_translation( LANG auto OUTPUT_NAME d3lphin )
tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} )
endif( )

Loading…
Cancel
Save