Skip to content

Commit

Permalink
testCaProvider: Add build-time switch to use external IOC
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson authored and mdavidsaver committed Apr 17, 2020
1 parent febff66 commit 8fe0180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testCa/testCaProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <envDefs.h>

#ifdef EPICS_VERSION_INT
#if EPICS_VERSION_INT >= VERSION_INT(3,16,2,0)
#if !defined(USE_SOFTIOC) && EPICS_VERSION_INT >= VERSION_INT(3,16,2,0)
#define USE_DBUNITTEST
// USE_TYPED_RSET prevents deprecation warnings
#define USE_TYPED_RSET
Expand Down

0 comments on commit 8fe0180

Please sign in to comment.