Skip to content
Snippets Groups Projects
Commit 3b49ea58 authored by Chris Pankow's avatar Chris Pankow
Browse files

configure.ac: Add lalsimualtion min version

parent 039074dc
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ CFLAGS="$old_CFLAGS"
AC_SUBST([MIN_LAL_VERSION], [6.13.0])
AC_SUBST([MIN_LALMETAIO_VERSION], [1.2.0])
AC_SUBST([MIN_LALBURST_VERSION], [1.2.2])
AC_SUBST([MIN_LALSIMULATION_VERSION], [1.2.2])
PKG_CHECK_MODULES([LAL], [lal >= ${MIN_LAL_VERSION} lalburst >= ${MIN_LALBURST_VERSION} lalmetaio >= ${MIN_LALMETAIO_VERSION} lalsupport])
AC_SUBST([LAL_CFLAGS])
AC_SUBST([LAL_LIBS])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment