This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
CMake v3.8.2 is now required (
fixes
#84
).
main
offa
7 years ago
parent
abc49e0601
commit
ace8377678
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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} ~~~")
Write
Preview
Loading…
Cancel
Save