Skip to content

Commit 144e30e

Browse files
authored
Unify ON and OFF
1 parent 2f08378 commit 144e30e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/plugin_v2/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ project(plugin_lru_example)
66

77
# Set C++ standard
88
set(CMAKE_CXX_STANDARD 17)
9-
set(CMAKE_CXX_STANDARD_REQUIRED On)
10-
set(CMAKE_CXX_EXTENSIONS Off)
9+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
10+
set(CMAKE_CXX_EXTENSIONS OFF)
1111

1212
# Enable position independent code for shared libraries
1313
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

0 commit comments

Comments
 (0)