aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2025-09-08 15:38:27 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2025-09-08 15:38:27 +0200
commit97e67a015f5d89616c33e1ad73d01d416dd5a662 (patch)
tree5f1a0e8d33cb595cb8723ac1b09dfbc3dcab1a86
parent129f1d094b83460cc2b970ac8cbad56cb213be58 (diff)
downloaddabmod-97e67a015f5d89616c33e1ad73d01d416dd5a662.tar.gz
dabmod-97e67a015f5d89616c33e1ad73d01d416dd5a662.tar.bz2
dabmod-97e67a015f5d89616c33e1ad73d01d416dd5a662.zip
Revert "Force c++23 standard in Makefile.am"
This reverts commit e3608fa943b3ad9304e87c10cabd81ee91f66d21.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e8dab70..87d553a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ bin_PROGRAMS = odr-dabmod
KISS_FLAGS=-DFIXED_POINT=16
odr_dabmod_CFLAGS = -Wall -Isrc -Ilib -Ikiss \
$(GITVERSION_FLAGS) $(KISS_FLAGS)
-odr_dabmod_CXXFLAGS = -std=c++23 -Wall -Isrc -Ilib -Ikiss \
+odr_dabmod_CXXFLAGS = -Wall -Isrc -Ilib -Ikiss \
$(GITVERSION_FLAGS) $(BOOST_CPPFLAGS) $(KISS_FLAGS)
odr_dabmod_LDADD = $(BOOST_LDFLAGS) $(BOOST_THREAD_LIB) $(UHD_LIBS) $(LIMESDR_LIBS) $(ADDITIONAL_UHD_LIBS)
odr_dabmod_SOURCES = src/DabMod.cpp \