Skip to content

Link against gtest instead of building it#12

Merged
mikestillman merged 2 commits into
Macaulay2:masterfrom
d-torrance:gtest
Apr 21, 2025
Merged

Link against gtest instead of building it#12
mikestillman merged 2 commits into
Macaulay2:masterfrom
d-torrance:gtest

Conversation

@d-torrance
Copy link
Copy Markdown
Member

The source isn't available in all platforms' googletest packages (e.g.,
Fedora), and the recommendation to compile unit tests using gtest-all.cc has
been deprecated.

Also don't worry about downloading gtest if it's not found.

Also restore the check for memtailor

The source isn't available in all platforms' googletest packages (e.g.,
Fedora), and the recommendation to compile unit tests using gtest-all.cc has
been deprecated.

Also don't worry about downloading gtest if it's not found.
We use AC_CHECK_HEADERS and AC_SEARCH_LIBS instead of pkg-config.

Also remove the now-unused DEPS_* variables that once held the
memtailor info returned by pkg-config.
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.

2 participants