Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn authored and acozzette committed Sep 27, 2019
1 parent f4a3e06 commit 95a1c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ if (MSVC)
configure_file(extract_includes.bat.in extract_includes.bat)

# Suppress linker warnings about files with no symbols defined.
set(CMAKE_STATIC_LINKER_FLAGS /ignore:4221)
set(CMAKE_STATIC_LINKER_FLAGS "${CMAKE_STATIC_LINKER_FLAGS} /ignore:4221")

# Configure Resource Compiler
enable_language(RC)
Expand Down

0 comments on commit 95a1c4f

Please sign in to comment.