Ver código fonte

Project name fixed in the cmake config.

main
offa 7 anos atrás
pai
commit
8cabff0b4b
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver arquivo

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

Carregando…
Cancelar
Salvar