Skip to content

Commit c0bc76a

Browse files
Update CMakeLists.txt
1 parent 0e7a44b commit c0bc76a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.18.0)
22

33
project(TensorArray_Python VERSION 0.1.0 LANGUAGES C CXX)
44

5-
find_package(Python COMPONENTS Interpreter Development)
6-
if (${Python_FOUND})
7-
85
include(CTest)
96
enable_testing()
107

@@ -25,6 +22,3 @@ target_link_libraries(tensor2 PUBLIC TensorArray::Core)
2522
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
2623
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
2724
include(CPack)
28-
29-
endif()
30-

0 commit comments

Comments
 (0)