diff --git a/CMakeLists.txt b/CMakeLists.txt index 411ca90..47d7b03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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