Skip to content

Commit

Permalink
fix case on cache var (#10633)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcfarlen authored Oct 19, 2023
1 parent 763043b commit 8122b6a
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 @@ -29,7 +29,7 @@ math(EXPR TS_VERSION_NUMBER "${TS_VERSION_MAJOR} * 1000000 + ${TS_VERSION_MINOR}
# with a newer standard than what our codebase currently has to comply with.
set(CMAKE_CXX_STANDARD
17
CACHE String "The C++ standard to compile with (default 17)"
CACHE STRING "The C++ standard to compile with (default 17)"
)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down

0 comments on commit 8122b6a

Please sign in to comment.