summaryrefslogtreecommitdiff
path: root/infra/cmake/packages/TensorFlowSource-1.7/TensorFlowSourceConfigVersion.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'infra/cmake/packages/TensorFlowSource-1.7/TensorFlowSourceConfigVersion.cmake')
-rw-r--r--infra/cmake/packages/TensorFlowSource-1.7/TensorFlowSourceConfigVersion.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/cmake/packages/TensorFlowSource-1.7/TensorFlowSourceConfigVersion.cmake b/infra/cmake/packages/TensorFlowSource-1.7/TensorFlowSourceConfigVersion.cmake
new file mode 100644
index 000000000..b1d5282b2
--- /dev/null
+++ b/infra/cmake/packages/TensorFlowSource-1.7/TensorFlowSourceConfigVersion.cmake
@@ -0,0 +1,10 @@
+set(PACKAGE_VERSION "1.7")
+set(PACKAGE_VERSION_EXACT FALSE)
+set(PACKAGE_VERSION_COMPATIBLE FALSE)
+set(PACKAGE_VERSION_UNSUITABLE TRUE)
+
+if(PACKAGE_FIND_VERSION VERSION_EQUAL PACKAGE_VERSION)
+ set(PACKAGE_VERSION_EXACT TRUE)
+ set(PACKAGE_VERSION_COMPATIBLE TRUE)
+ set(PACKAGE_VERSION_UNSUITABLE FALSE)
+endif(PACKAGE_FIND_VERSION VERSION_EQUAL PACKAGE_VERSION)