Skip to content

Commit

Permalink
# C++17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Jul 27, 2023
1 parent de6713e commit 3eb5076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uwuw/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
message("")

# C++11 support
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++11")
# C++17 support
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++17")

file(GLOB SRC_FILES "*.cpp")
file(GLOB PUB_HEADERS "*.hpp")
Expand Down

0 comments on commit 3eb5076

Please sign in to comment.