Skip to content

Commit

Permalink
Suppress all warnings from third-party projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Dec 1, 2015
1 parent 763a101 commit 29efd87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Suppress all warnings from third-party projects.
set_property(DIRECTORY APPEND PROPERTY COMPILE_OPTIONS -w)

if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/gmock-1.7.0)
add_subdirectory(gmock-1.7.0)
endif()
Expand Down

0 comments on commit 29efd87

Please sign in to comment.