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
Release v0.2.0.
main
offa
7 years ago
parent
395e41c93c
commit
388f1e5d86
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,6 +1,6 @@
cmake_minimum_required(VERSION 3.8.2)
project(ScopeGuard VERSION 0.
1.3
)
project(ScopeGuard VERSION 0.
2.0
)
message(STATUS "~~~ ${PROJECT_NAME} v${PROJECT_VERSION} ~~~")
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
Write
Preview
Loading…
Cancel
Save