diff options
Diffstat (limited to 'log/CMakeLists.txt')
| -rw-r--r-- | log/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log/CMakeLists.txt b/log/CMakeLists.txt index 615e200..1aa96ee 100644 --- a/log/CMakeLists.txt +++ b/log/CMakeLists.txt | |||
| @@ -12,4 +12,4 @@ add_library(log | |||
| 12 | target_include_directories(log PUBLIC | 12 | target_include_directories(log PUBLIC |
| 13 | include) | 13 | include) |
| 14 | 14 | ||
| 15 | target_compile_options(log PRIVATE -Wall -Wextra) | 15 | target_compile_options(log PRIVATE -Wall -Wextra -Wpedantic) |
