Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubpa committed Apr 8, 2022
1 parent 26b100f commit e6e73fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.14)
project(demo_project VERSION 1.0.0)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)

find_package(UGM REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion demo/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// main.cpp
#include <UGM/UGM.h>
#include <UGM/UGM.hpp>
#include <iostream>
using namespace Ubpa;
int main(){
Expand Down
4 changes: 2 additions & 2 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

```c++
// main.cpp
#include <UGM/UGM.h>
#include <UGM/UGM.hpp>
#include <iostream>
using namespace Ubpa;
int main(){
Expand All @@ -55,7 +55,7 @@
cmake_minimum_required(VERSION 3.14)
project(demo_project VERSION 1.0.0)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)
find_package(UGM REQUIRED)
Expand Down

0 comments on commit e6e73fa

Please sign in to comment.