blob: 8993d3b04bd646f2f44a760a0b075c328cf0d931 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.am.orig 2026-02-05 12:41:56 UTC
+++ Makefile.am
@@ -59,8 +59,10 @@ SUBDIRS += \
cmake \
config
+if BUILD_GTEST
if HAVE_GTEST
SUBDIRS += test/gtest
+endif
endif
if HAVE_MPICC
|