aboutsummaryrefslogtreecommitdiff
path: root/hash
diff options
context:
space:
mode:
Diffstat (limited to 'hash')
-rw-r--r--hash/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash/CMakeLists.txt b/hash/CMakeLists.txt
index 8191f25..f0a5e55 100644
--- a/hash/CMakeLists.txt
+++ b/hash/CMakeLists.txt
@@ -11,4 +11,4 @@ add_library(hash
11 11
12target_include_directories(hash PUBLIC include) 12target_include_directories(hash PUBLIC include)
13 13
14target_compile_options(hash PRIVATE -Wall -Wextra) 14target_compile_options(hash PRIVATE -Wall -Wextra -Wpedantic)