summaryrefslogtreecommitdiff
path: root/cmake/packages/FarmhashSourceConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/packages/FarmhashSourceConfig.cmake')
-rw-r--r--cmake/packages/FarmhashSourceConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/packages/FarmhashSourceConfig.cmake b/cmake/packages/FarmhashSourceConfig.cmake
index 29bc7f213..802367968 100644
--- a/cmake/packages/FarmhashSourceConfig.cmake
+++ b/cmake/packages/FarmhashSourceConfig.cmake
@@ -7,7 +7,7 @@ function(_FarmhashSource_import)
nnfw_include(ExternalSourceTools)
nnfw_include(OptionTools)
- # NOTE TensorFlow 1.9 downloads farmhash from the following URL
+ # NOTE TensorFlow 1.12 downloads farmhash from the following URL
envoption(EXTERNAL_DOWNLOAD_SERVER "https://github.com")
set(FARMHASH_URL ${EXTERNAL_DOWNLOAD_SERVER}/google/farmhash/archive/816a4ae622e964763ca0862d9dbd19324a1eaf45.tar.gz)
ExternalSource_Download("farmhash" ${FARMHASH_URL})