summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-02 03:06:24 +0200
committerSlávek Banko <[email protected]>2020-04-02 03:10:14 +0200
commit1c2e1276207a0fc4e76a963cd9df828016cefa09 (patch)
tree39219a74031d17dd9f4dbad9c1f0231c92a4951e /CMakeLists.txt
parent524e106dc0534b2e12fc0bbd3e9b3c744a3984e2 (diff)
downloaddolphin-1c2e1276207a0fc4e76a963cd9df828016cefa09.tar.gz
dolphin-1c2e1276207a0fc4e76a963cd9df828016cefa09.zip
Use d3lphin as the name of the CMake project.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 14ee555223440595d5bfd5e26603e2ddc1f03b32)
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 dd3dbd9..6c3cd02 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.0.7 )