From 63e0c96c0cbb8b8bb2fbda463d7b76f59702954f Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 4 Dec 2019 17:14:42 +0100 Subject: [PATCH] add EPICS 7.0.3 to the default versions --- App/tools/driver.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 42b8fe7..f919c67 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -65,7 +65,7 @@ MAKEHOME:=$(dir $(lastword ${MAKEFILE_LIST})) USERMAKEFILE:=$(lastword $(filter-out $(lastword ${MAKEFILE_LIST}), ${MAKEFILE_LIST})) # Some configuration: -DEFAULT_EPICS_VERSIONS = 3.13.9 3.13.10 3.14.8 3.14.12 +DEFAULT_EPICS_VERSIONS = 3.13.9 3.13.10 3.14.8 3.14.12 7.0.3 BUILDCLASSES = vxWorks EPICS_MODULES ?= /ioc/modules MODULE_LOCATION = ${EPICS_MODULES}/$(or ${PRJ},$(error PRJ not defined))/$(or ${LIBVERSION},$(error LIBVERSION not defined))