Skip to content

Commit 8027584

Browse files
committed
Remove duplicated word
1 parent 77e2bb3 commit 8027584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function(rerun_strict_warning_settings target)
2626
# TODO(andreas): Try to enable /Wall
2727
target_compile_options(${target} PRIVATE /W4)
2828

29-
target_compile_options(${target} PRIVATE /we4996) # Using deprecated functions functions is an error
29+
target_compile_options(${target} PRIVATE /we4996) # Using deprecated functions is an error
3030

3131
if(BUILD_SHARED_LIBS)
3232
# If we are building as shared libs, we are going to have to disable the C4251

0 commit comments

Comments
 (0)