CMake project renamed to mp-units

This commit is contained in:
Mateusz Pusz
2020-05-05 20:56:47 +02:00
parent 82f493f9ce
commit d4b755b3b7
2 changed files with 2 additions and 2 deletions

View File

@@ -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")

View File

@@ -22,7 +22,7 @@
cmake_minimum_required(VERSION 3.8)
project(units
project(mp-units
VERSION 0.5.0
LANGUAGES CXX
)