Skip to content

Commit

Permalink
Disable gmock by default.
Browse files Browse the repository at this point in the history
We don't use gmock and it's causing issues with the intel compiler from the 19.0
release series.
  • Loading branch information
ldalessa committed Apr 5, 2019
1 parent a11f6d9 commit c4a616d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Modules/GTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ download_project(
# Prevent GoogleTest from overriding our compiler/linker options
# when building with Visual Studio
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
set(BUILD_GMOCK OFF CACHE BOOL "build dependent tests")

add_subdirectory(${googletest_SOURCE_DIR} ${googletest_BINARY_DIR})

0 comments on commit c4a616d

Please sign in to comment.