Skip to content

Commit 0e7a44b

Browse files
Update CMakeLists.txt
1 parent 4e90b63 commit 0e7a44b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
cmake_minimum_required(VERSION 3.18.0)
2-
find_package(Python COMPONENTS Interpreter Development)
3-
if (${Python_FOUND})
42

53
project(TensorArray_Python VERSION 0.1.0 LANGUAGES C CXX)
64

5+
find_package(Python COMPONENTS Interpreter Development)
6+
if (${Python_FOUND})
7+
78
include(CTest)
89
enable_testing()
910

0 commit comments

Comments
 (0)