diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2018-09-11 09:44:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-11 09:44:39 +0200 |
| commit | 163cb3750a1c149dc4be3f47a6fd505fb5e4ef1a (patch) | |
| tree | db51aa419a0fe4e179eb4cde8c52cbc349f7753c | |
| parent | 3de3061055edcf8992ecc4f3626c11d2b13c1c1e (diff) | |
| parent | 8723efcca3b48ed6051281ae7e68fecbd1d11cd1 (diff) | |
| download | PROJ-163cb3750a1c149dc4be3f47a6fd505fb5e4ef1a.tar.gz PROJ-163cb3750a1c149dc4be3f47a6fd505fb5e4ef1a.zip | |
Merge pull request #1115 from sebastic/dont-install-gtest
Don't install gtest libraries.
| -rw-r--r-- | test/googletest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/googletest/Makefile.am b/test/googletest/Makefile.am index 12a44216..88e6241d 100644 --- a/test/googletest/Makefile.am +++ b/test/googletest/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = src include AM_CPPFLAGS = -I$(top_srcdir)/test/googletest/include -lib_LTLIBRARIES = libgtest.la +noinst_LTLIBRARIES = libgtest.la libgtest_la_LDFLAGS = -no-undefined libgtest_la_SOURCES = src/gtest-all.cc |
