Skip to content

Commit 8fdd34e

Browse files
aphecetchekostorr
authored andcommitted
Fix Python3 finding in Config file
1 parent 709b88d commit 8fdd34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ReadoutCardConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(Common_CMAKE_DIR @Common_DIR@)
77
set(InfoLogger_CMAKE_DIR @InfoLogger_ROOT@)
88

99
if(NOT APPLE)
10-
find_package(Python3 3.6 COMPONENTS Development)
10+
find_package(Python3 3.6 COMPONENTS Interpreter Development)
1111
if(Python3_FOUND)
1212
set(boost_python_component "python${Python3_VERSION_MAJOR}${Python3_VERSION_MINOR}")
1313
else()

0 commit comments

Comments
 (0)