Skip to content

Commit 512cfe9

Browse files
Alex-PLACETCopilot
andauthored
Update cmake/compile_options.cmake
Co-authored-by: Copilot <[email protected]>
1 parent a939537 commit 512cfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/compile_options.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "C
7878
endif()
7979

8080
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 11.3)
81-
set(compile_options ${compile_optoins} PRIVATE "-Wno-error=shift-negative-value")
81+
set(compile_options ${compile_options} PRIVATE "-Wno-error=shift-negative-value")
8282
endif()
8383
endif()

0 commit comments

Comments
 (0)