Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make GTEST location configurable. #495

Closed
wants to merge 1 commit into from
Closed

Make GTEST location configurable. #495

wants to merge 1 commit into from

Conversation

hzeller
Copy link
Collaborator

@hzeller hzeller commented Apr 26, 2023

GTEST_LIBDIR and GTEST_INCDIR are now configurable as parameters to make, which makes it easier to use the gtest library already on the system and not needing the one from third_party/.

Also: invoke yosys from YOSYS_PATH instead of just system yosys, as these might be two different things.

GTEST_LIBDIR and GTEST_INCDIR are now configurable as
parameters to make, which makes it easier to use the gtest
library already on the system and not needing the one from
third_party/.

Also: invoke yosys from YOSYS_PATH instead of just system
`yosys`, as these might be two different things.

Signed-off-by: Henner Zeller <[email protected]>
@hzeller
Copy link
Collaborator Author

hzeller commented Apr 26, 2023

I like the solution WIP in #485 by @timkpaine to remove that awkward local building of gtest entirely. Better way to do it.

Tim, might be useful to break out as separate PR.

Will close my PR here.

@hzeller hzeller closed this Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant