We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a939537 commit 512cfe9Copy full SHA for 512cfe9
cmake/compile_options.cmake
@@ -78,6 +78,6 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "C
78
endif()
79
80
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")
+ set(compile_options ${compile_options} PRIVATE "-Wno-error=shift-negative-value")
82
83
0 commit comments