aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2afd850..13b7d5b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,7 @@ target_include_directories(subhook PUBLIC
)
if(CMAKE_COMPILER_ID MATCHES GNU OR CMAKE_C_COMPILER_ID MATCHES Clang)
- target_compile_options(subhook PRIVATE "-Wall -Wextra")
+ target_compile_options(subhook PRIVATE -Wall -Wextra)
endif()
if(SUBHOOK_FORCE_32BIT)