No need to link Epics libs anymore #3

Merged
ponsin_h merged 2 commits from no_epicslink into main 2026-05-15 14:17:48 +02:00
-6
View File
@@ -32,12 +32,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES Linux)
set(LIBS ${LIBS} -lpthread -lutil -lrt -lbsd -ldl)
endif()
set(LIBS
${LIBS}
${EPICSSYS}/lib/$ENV{EPICS_HOST_ARCH}/libca.so
${EPICSSYS}/lib/$ENV{EPICS_HOST_ARCH}/libCom.so # For alarm.h
)
find_package(Midas REQUIRED)
################################################################################