Update CMakeLists.txt

This commit is contained in:
shilpa24balaji
2019-01-08 16:57:35 -08:00
committed by GitHub
parent 9057322fd7
commit 92020ec6ec

View File

@@ -190,7 +190,7 @@ endif (ENABLE_SESHAT)
#-------------------------------------------------------------------------------
ExternalProject_Add(cjwt
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/_prefix/cjwt
GIT_REPOSITORY https://github.com/bill1600/cjwt.git
GIT_REPOSITORY https://github.com/Comcast/cjwt.git
GIT_TAG "7b3240f9278072ce0ec64c79fdf2bc38e20bda06"
#GIT_TAG "1.0.1"
CMAKE_ARGS += -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} -DBUILD_TESTING=OFF