summaryrefslogtreecommitdiff
path: root/infra/nnfw/cmake/packages/RuySourceConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'infra/nnfw/cmake/packages/RuySourceConfig.cmake')
-rw-r--r--infra/nnfw/cmake/packages/RuySourceConfig.cmake19
1 files changed, 0 insertions, 19 deletions
diff --git a/infra/nnfw/cmake/packages/RuySourceConfig.cmake b/infra/nnfw/cmake/packages/RuySourceConfig.cmake
deleted file mode 100644
index 08170fb4f..000000000
--- a/infra/nnfw/cmake/packages/RuySourceConfig.cmake
+++ /dev/null
@@ -1,19 +0,0 @@
-function(_RuySource_import)
- if(NOT ${DOWNLOAD_RUY})
- set(RuySource_DIR FALSE PARENT_SCOPE)
- return()
- endif(NOT ${DOWNLOAD_RUY})
-
- nnas_include(ExternalSourceTools)
- nnas_include(OptionTools)
-
- # NOTE Downloads source from latest ruy library (2020-04-10)
- envoption(EXTERNAL_DOWNLOAD_SERVER "https://github.com")
- set(RUY_URL ${EXTERNAL_DOWNLOAD_SERVER}/google/ruy/archive/2e2658f964638ab7aa562d4b48b76007d44e38f0.tar.gz)
- ExternalSource_Download("ruy" ${RUY_URL})
-
- set(RuySource_DIR ${ruy_SOURCE_DIR} PARENT_SCOPE)
- set(RuySource_FOUND ${ruy_SOURCE_GET} PARENT_SCOPE)
-endfunction(_RuySource_import)
-
-_RuySource_import()