Skip to content

Commit

Permalink
Increment nICEr version (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague authored Nov 14, 2018
1 parent cfe9e81 commit 99e5473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erizo/src/third_party/nicer.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(NICER_BUILD "${CMAKE_CURRENT_BINARY_DIR}/libdeps/nicer")
ExternalProject_Add(project_nicer
GIT_REPOSITORY "https://github.com/lynckia/nicer.git"
GIT_TAG "1.2"
GIT_TAG "1.3"
PREFIX ${NICER_BUILD}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${NICER_BUILD}
DOWNLOAD_DIR "${NICER_BUILD}/src"
Expand Down

0 comments on commit 99e5473

Please sign in to comment.