Actions
Emulator Issues #9402
closed[PATCH] Use shared gtest library if available
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
At the moment, gtest only supports being linked and built statically from the bundled code in Externals.
On some linux distros, such as Fedora, gtest is available as a shared library.
I attached a patch (based on 5.0rc) that adds the ability to use the shared gtest library if it's available.
I think either this or adding a build flag (such as USE_SHARED_GTEST) should be available.
Thanks!
Files
Updated by Fog over 8 years ago
Make a pull request on this repository please.
Updated by alexjnewt over 8 years ago
Updated by JosJuice over 8 years ago
- Status changed from New to Fixed
Actions