Browse Source

Project name fixed in the cmake config.

main
offa 7 years ago
parent
commit
8cabff0b4b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.2)

project(scoped-ressource VERSION 0.0.1)
project(ScopeGuard VERSION 0.0.1)
message(STATUS "~~~ ${PROJECT_NAME} v${PROJECT_VERSION} ~~~")

option(UNITTEST "Build Unit Tests" ON)

Loading…
Cancel
Save