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
Project name fixed in the cmake config.
main
offa
7 years ago
parent
52d0711a5b
commit
8cabff0b4b
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.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)
Write
Preview
Loading…
Cancel
Save