diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-23 14:03:54 -0400 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-23 16:42:35 -0400 |
commit | 3b7bdcb7908bed79937cb34b4ec2ebe74f192857 (patch) | |
tree | 5290b3cc4b1b28ff60e64f90d8f15f43f2c95cf8 | |
parent | cmake: prepend to CMAKE_MODULE_PATH (diff) | |
download | monero-3b7bdcb7908bed79937cb34b4ec2ebe74f192857.tar.xz |
cmake: set the project name
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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) |