diff options
Diffstat (limited to 'filesystem')
| -rw-r--r-- | filesystem/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/CMakeLists.txt b/filesystem/CMakeLists.txt index 508f99d..56cc870 100644 --- a/filesystem/CMakeLists.txt +++ b/filesystem/CMakeLists.txt | |||
| @@ -16,4 +16,4 @@ target_include_directories(filesystem PUBLIC | |||
| 16 | target_link_libraries(filesystem PRIVATE | 16 | target_link_libraries(filesystem PRIVATE |
| 17 | cassert) | 17 | cassert) |
| 18 | 18 | ||
| 19 | target_compile_options(filesystem PRIVATE -Wall -Wextra) | 19 | target_compile_options(filesystem PRIVATE -Wall -Wextra -Wpedantic) |
