diff --git a/CMakeLists.txt b/CMakeLists.txt index 317bd33..51b59d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,6 @@ target_compile_options(opusfile $<$:/wd4267> $<$:/wd4244> $<$:/wd4090> - $<$:-std=c89> $<$:-pedantic> $<$:-Wall> $<$:-Wextra> @@ -178,7 +177,6 @@ target_compile_options(opusurl $<$:/wd4267> $<$:/wd4244> $<$:/wd4090> - $<$:-std=c89> $<$:-pedantic> $<$:-Wall> $<$:-Wextra> @@ -220,7 +218,6 @@ if(NOT OP_DISABLE_EXAMPLES) $<$:/wd4267> $<$:/wd4244> $<$:/wd4090> - $<$:-std=c89> $<$:-pedantic> $<$:-Wall> $<$:-Wextra> @@ -253,7 +250,6 @@ if(NOT OP_DISABLE_EXAMPLES) $<$:/wd4267> $<$:/wd4244> $<$:/wd4090> - $<$:-std=c89> $<$:-pedantic> $<$:-Wall> $<$:-Wextra>