Skip to content

Commit

Permalink
C++ 17
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Monteiro <dfamonteiro@users.noreply.github.com>
Co-authored-by: Gonçalo Pascoal <goncalojpascoal@gmail.com>
  • Loading branch information
3 people committed Jun 18, 2022
1 parent 14bb5be commit 6b1c184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ add_executable(${PROJECT_NAME}
lib/tinyxml/tinyxml2.cpp
)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GCC_FLAGS_OPTIMIZE}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 ${GCC_FLAGS_OPTIMIZE}")

target_link_libraries(${PROJECT_NAME} PUBLIC graphviewer)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
**External Dependencies** (must be installed in the user's computer in order to compile and run the program)

- CMake
- C++ Compiler (for example, GCC)
- C++ 17 Compiler (for example, GCC)
- SFML (`libsfml-dev` package on Ubuntu / Debian based operating systems): used by the GraphViewerCpp internal dependency

**Internal Dependencies** (are already included in the project; their installation is not required)
Expand Down

0 comments on commit 6b1c184

Please sign in to comment.