Use d3lphin as the name of the CMake project.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 14ee555223)
r14.0.x
Slávek Banko 4 years ago
parent 524e106dc0
commit 1c2e127620
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.0.7 )

@ -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