Skip to content
Snippets Groups Projects
Commit b9b2d6dc authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

adding library path

parent 6be075a8
No related branches found
No related tags found
No related merge requests found
......@@ -645,7 +645,8 @@ ENDIF()
IF(CHAOS_EPICS_SUPPORT)
foreach(elib libpvData.a libCom.a)
SET(BUILD_LIBRARY ${BUILD_LIBRARY} ${CMAKE_INSTALL_PREFIX}/lib/linux-x86_64/${elib})
#${CMAKE_INSTALL_PREFIX}/lib/linux-x86_64/${elib}
SET(BUILD_LIBRARY ${BUILD_LIBRARY} ${elib})
endforeach()
MESG("Adding Epics support ${BUILD_LIBRARY}")
ENDIF()
......
......@@ -64,7 +64,7 @@ option(GPUFIT "Fast Fitting libraries (needs CUDA toolkit)" OFF)
IF(CHAOS_EPICS_SUPPORT)
add_definitions(-DEPICS)
INCLUDE_DIRECTORIES(${CMAKE_INSTALL_PREFIX}/include/compiler/gcc ${CMAKE_INSTALL_PREFIX}/include/os/Linux )
LINK_DIRECTORIES(${CMAKE_INSTALL_PREFIX}/lib/linux-x86_64)
ENDIF()
IF(NOT CHAOS_VERSION_MAJOR)
SET(CHAOS_VERSION_MAJOR "1")
......
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