diff --git a/CMakeLists.txt b/CMakeLists.txt index e53093a..9962bb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) ################################################################################