Skip to content

Commit a7f2976

Browse files
Update CMakeLists.txt
1 parent 328fcec commit a7f2976

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 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,5 +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()

0 commit comments

Comments
 (0)