Skip to content

Commit

Permalink
update(cmake): add CMAKE_CXX_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
ak0327 committed Aug 25, 2023
1 parent 8e999c4 commit abf7002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(webserv)

set(CMAKE_CXX_STANDARD 98)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

set(CMAKE_CXX_FLAGS "-std=c++98 -Wall -Wextra -Werror -pedantic")

# google test ------------------------------------------------------------------
include(FetchContent)
Expand Down

0 comments on commit abf7002

Please sign in to comment.