aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-03 21:38:20 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-03 21:38:20 +0200
commit011c94c622f5f229382c8c7326d5da698de5f051 (patch)
treebe7ec7050cf63e238bbff5f93f748cc0dd4efb7a /CMakeLists.txt
parentupdate Dockerfile bitmonero refs (diff)
downloadmonero-011c94c622f5f229382c8c7326d5da698de5f051.tar.xz
change CMake project name
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 91f0ca1fb..98ac1b600 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@
cmake_minimum_required(VERSION 2.8.7)
-project(bitmonero)
+project(monero)
function (die msg)
if (NOT WIN32)