summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-02 03:06:24 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-02 03:06:24 +0200
commit14ee555223440595d5bfd5e26603e2ddc1f03b32 (patch)
tree5c7b1caf618b51d3ad5809a86b81527a2edea186 /CMakeLists.txt
parente7906e3889021b196f1405ac5b2cec7513f9406b (diff)
downloaddolphin-14ee555223440595d5bfd5e26603e2ddc1f03b32.tar.gz
dolphin-14ee555223440595d5bfd5e26603e2ddc1f03b32.zip
Use d3lphin as the name of the CMake project.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cdb1c0d..cce918f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
-project( dolphin )
+project( d3lphin )
set( VERSION R14.1.0 )