summarylogtreecommitdiffstats
path: root/gtest.patch
diff options
context:
space:
mode:
authorbartus2021-03-16 10:34:20 +0100
committerbartus2021-03-16 10:35:37 +0100
commitcccdb6d5e4af595ec461b555ce43239fddaa5d0d (patch)
treed3bdae9884c4686df1846924754979bf72c5468a /gtest.patch
parentfdd479a0bc0376345b3ba4bf7364c79eb0806beb (diff)
downloadaur-cccdb6d5e4af595ec461b555ce43239fddaa5d0d.tar.gz
Update gtest.patch, drop merged eigen.patch
Fix #1
Diffstat (limited to 'gtest.patch')
-rw-r--r--gtest.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest.patch b/gtest.patch
index 9494c2e48f42..3c70c1d600ef 100644
--- a/gtest.patch
+++ b/gtest.patch
@@ -3,7 +3,7 @@ index d6d913f..9cb0080 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,9 +8,9 @@ SOURCES = $(wildcard math/gtest_*.cc) $(wildcard mve/gtest_*.cc) $(wildcard sfm/
- INCLUDES = -I${MVE_ROOT}/libs -I${GTEST_PATH}/include
+ INCLUDES = -I${MVE_ROOT}/libs -I${GTEST_PATH}/googletest/include
CXXWARNINGS = -Wall -Wextra -pedantic -Wno-sign-compare
CXXFLAGS = -std=c++11 -pthread ${CXXWARNINGS} ${INCLUDES}
-LDLIBS += -lpng -ltiff -ljpeg