From ca36d16efc1d2bd4b2af7c83e4f5467e5ace85a3 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Wed, 3 Jan 2018 09:25:07 +0100 Subject: [PATCH] Set project name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d53e049..694c399d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ endif() cmake_minimum_required(VERSION 2.8.7) -project(monero) +project(danicoin) function (die msg) if (NOT WIN32)