Skip to content

Commit

Permalink
Add an option to specify OpenSSL dir in nICER (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague authored Jan 27, 2020
1 parent 264fcc3 commit 85607ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erizo/src/third_party/nicer.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(NICER_BUILD "${CMAKE_CURRENT_BINARY_DIR}/libdeps/nicer")
ExternalProject_Add(project_nicer
GIT_REPOSITORY "https://github.com/lynckia/nicer.git"
GIT_TAG "1.4"
GIT_TAG "1.5"
PREFIX ${NICER_BUILD}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${NICER_BUILD}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${NICER_BUILD} -DTHIRD_PARTY_LIB=${THIRD_PARTY_LIB}
DOWNLOAD_DIR "${NICER_BUILD}/src"
INSTALL_DIR "${NICER_BUILD}/out"
)
Expand Down

0 comments on commit 85607ae

Please sign in to comment.