Skip to content

Commit 360f437

Browse files
Stefan BuschmannJan Ole Vollmer
authored andcommitted
Use app bundles to MacOS X, disable policy warnings in gmock/gtest
1 parent a1a7903 commit 360f437

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

source/tests/googletest/googlemock/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

source/tests/googletest/googletest/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)