From 3b7bdcb7908bed79937cb34b4ec2ebe74f192857 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 23 Oct 2014 14:03:54 -0400 Subject: [PATCH] cmake: set the project name --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cbf92e98..26a9ba8fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,8 @@ cmake_minimum_required(VERSION 2.8.6) +project(bitmonero) + function (die msg) if (NOT WIN32) string(ASCII 27 Esc)