aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2018-09-11 09:44:39 +0200
committerGitHub <noreply@github.com>2018-09-11 09:44:39 +0200
commit163cb3750a1c149dc4be3f47a6fd505fb5e4ef1a (patch)
treedb51aa419a0fe4e179eb4cde8c52cbc349f7753c
parent3de3061055edcf8992ecc4f3626c11d2b13c1c1e (diff)
parent8723efcca3b48ed6051281ae7e68fecbd1d11cd1 (diff)
downloadPROJ-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.am2
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