Skip to content

Commit

Permalink
add paths for fedora (#1638)
Browse files Browse the repository at this point in the history
Co-authored-by: Hassan Sahibzada <[email protected]>
  • Loading branch information
sirknightj and hassanctech authored Feb 10, 2023
1 parent 0052ddf commit 965ba88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,15 @@ endif()
find_library(
Usrsctp
NAMES ${USRSCTP_LIBNAME} usrsctp REQUIRED
PATHS ${OPEN_SRC_INSTALL_PREFIX}/lib)
PATHS ${OPEN_SRC_INSTALL_PREFIX}/lib ${OPEN_SRC_INSTALL_PREFIX}/lib64)

set(OPEN_SRC_INCLUDE_DIRS ${OPEN_SRC_INCLUDE_DIRS} ${LIBSRTP_INCLUDE_DIRS}
${CURL_INCLUDE_DIRS} ${LIBWEBSOCKETS_INCLUDE_DIRS})

link_directories(${LIBSRTP_LIBRARY_DIRS})
link_directories(${LIBWEBSOCKETS_LIBRARY_DIRS})
link_directories(${OPEN_SRC_INSTALL_PREFIX}/lib)
link_directories(${OPEN_SRC_INSTALL_PREFIX}/lib64)

############# find dependent libraries end ############

Expand Down

0 comments on commit 965ba88

Please sign in to comment.