Skip to content

Commit d5f2227

Browse files
committed
Add PythonInterface.cxx when python3 present
1 parent eef6ecb commit d5f2227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ if(PDA_FOUND)
137137
src/RocPciDevice.cxx
138138
src/Swt/Swt.cxx
139139
$<$<BOOL:${Python2_FOUND}>:src/PythonInterface.cxx>
140+
$<$<BOOL:${Python3_FOUND}>:src/PythonInterface.cxx>
140141
)
141142
endif()
142143

0 commit comments

Comments
 (0)