Skip to content

Commit

Permalink
Disable building gmock on windows
Browse files Browse the repository at this point in the history
gtest_main does not discover tests with it
See: google/googletest#2157
  • Loading branch information
aberod committed Feb 28, 2022
1 parent 4e99071 commit 501242c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class LLAConan(ConanFile):
openssl:shared=True
boost:shared=False
gtest:shared=True
gtest:build_gmock=False
LLA_BUILD_IKS=False
LLA_BUILD_PKCS=False
LLA_BUILD_RFIDEAS=False
Expand Down

0 comments on commit 501242c

Please sign in to comment.