Browse Source

CMake v3.8.2 is now required (fixes #84).

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

+ 1
- 1
CMakeLists.txt View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.8.2)

project(ScopeGuard VERSION 0.1.3)
message(STATUS "~~~ ${PROJECT_NAME} v${PROJECT_VERSION} ~~~")

Loading…
Cancel
Save