We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e90b63 commit 0e7a44bCopy full SHA for 0e7a44b
CMakeLists.txt
@@ -1,9 +1,10 @@
1
cmake_minimum_required(VERSION 3.18.0)
2
-find_package(Python COMPONENTS Interpreter Development)
3
-if (${Python_FOUND})
4
5
project(TensorArray_Python VERSION 0.1.0 LANGUAGES C CXX)
6
+find_package(Python COMPONENTS Interpreter Development)
+if (${Python_FOUND})
7
+
8
include(CTest)
9
enable_testing()
10
0 commit comments