fix cmake CI build
This commit is contained in:
@@ -66,6 +66,7 @@ include("cmake_generated/cmake_generated.cmake")
|
|||||||
add_compile_options(
|
add_compile_options(
|
||||||
${cpu_PARAMS}
|
${cpu_PARAMS}
|
||||||
${compiler_OPTS}
|
${compiler_OPTS}
|
||||||
|
-std=c2x
|
||||||
-Wall
|
-Wall
|
||||||
-Wextra
|
-Wextra
|
||||||
-Wpedantic
|
-Wpedantic
|
||||||
@@ -147,7 +148,6 @@ target_compile_options(${CMAKE_PROJECT_NAME} PRIVATE
|
|||||||
-Wextra
|
-Wextra
|
||||||
-Werror
|
-Werror
|
||||||
-Wpedantic
|
-Wpedantic
|
||||||
-std=c2x
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Compiler options
|
# Compiler options
|
||||||
|
|||||||
Reference in New Issue
Block a user