Skip to content

Commit

Permalink
[test] c++98
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jul 27, 2024
1 parent 449fa79 commit 6214c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ PROJECT(limonp
# cmake config #
################

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON CACHE BOOL "C++ Standard Requirement")
set(CMAKE_CXX_EXTENSIONS OFF CACHE BOOL "C++ Extensions")
set(CMAKE_CXX_STANDARD 98)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

##############
# dependency #
Expand Down

0 comments on commit 6214c42

Please sign in to comment.