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 0e7a44b commit c0bc76aCopy full SHA for c0bc76a
CMakeLists.txt
@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.18.0)
2
3
project(TensorArray_Python VERSION 0.1.0 LANGUAGES C CXX)
4
5
-find_package(Python COMPONENTS Interpreter Development)
6
-if (${Python_FOUND})
7
-
8
include(CTest)
9
enable_testing()
10
@@ -25,6 +22,3 @@ target_link_libraries(tensor2 PUBLIC TensorArray::Core)
25
22
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
26
23
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
27
24
include(CPack)
28
29
-endif()
30
0 commit comments