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.3.0.
main
offa
6 years ago
parent
54e804f923
commit
32dacd446e
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.11)
project(ScopeGuard VERSION 0.
2.4
)
project(ScopeGuard VERSION 0.
3.0
)
message(STATUS "~~~ ${PROJECT_NAME} v${PROJECT_VERSION} ~~~")
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
Write
Preview
Loading…
Cancel
Save