Skip to content

Commit

Permalink
Disable gmock buid on windows
Browse files Browse the repository at this point in the history
Because gtest_main does not discover unittests with it
See google/googletest#2157
  • Loading branch information
aberod committed Feb 28, 2022
1 parent f7f8102 commit 97a097e
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

1 comment on commit 97a097e

@Vlakmir90
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome

Please sign in to comment.