File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ endif()
8585# Defines the gmock & gmock_main libraries. User tests should link
8686# with one of them.
8787
88+ set (CMAKE_MACOSX_RPATH OFF )
89+
8890# Google Mock libraries. We build them using more strict warnings than what
8991# are used for other targets, to ensure that Google Mock can be compiled by
9092# a user aggressive about warnings.
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ endif()
9494# Defines the gtest & gtest_main libraries. User tests should link
9595# with one of them.
9696
97+ set (CMAKE_MACOSX_RPATH OFF )
98+
9799# Google Test libraries. We build them using more strict warnings than what
98100# are used for other targets, to ensure that gtest can be compiled by a user
99101# aggressive about warnings.
You can’t perform that action at this time.
0 commit comments