From d4b755b3b7230aff2640577d581ddfa4f504f772 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 5 May 2020 20:56:47 +0200 Subject: [PATCH] CMake project renamed to mp-units --- CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7401c66c..46e8e781 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ # SOFTWARE. cmake_minimum_required(VERSION 3.8) -project(units) +project(mp-units) # set path to custom cmake modules list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c44fddf3..9f8133ea 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.8) -project(units +project(mp-units VERSION 0.5.0 LANGUAGES CXX )