summaryrefslogtreecommitdiff
path: root/infra/cmake/packages/SixSourceConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'infra/cmake/packages/SixSourceConfig.cmake')
-rw-r--r--infra/cmake/packages/SixSourceConfig.cmake14
1 files changed, 0 insertions, 14 deletions
diff --git a/infra/cmake/packages/SixSourceConfig.cmake b/infra/cmake/packages/SixSourceConfig.cmake
deleted file mode 100644
index f6f85ca7a..000000000
--- a/infra/cmake/packages/SixSourceConfig.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-function(_SIXSource_import)
- nnas_include(ExternalSourceTools)
- nnas_include(OptionTools)
-
- envoption(EXTERNAL_DOWNLOAD_SERVER "https://github.com")
- set(six_URL ${EXTERNAL_DOWNLOAD_SERVER}/benjaminp/six/archive/1.11.0.tar.gz)
-
- ExternalSource_Get("PYTHON_SIX" ${DOWNLOAD_NNPACK} ${six_URL})
-
- set(PYTHON_SIX_SOURCE_DIR ${PYTHON_SIX_SOURCE_DIR} PARENT_SCOPE)
- set(PYTHON_SIX_SOURCE_FOUND ${PYTHON_SIX_SOURCE_GET} PARENT_SCOPE)
-endfunction(_SIXSource_import)
-
-_SIXSource_import()