File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ endif()
64
64
65
65
if (NOT PYTHONINTERP_FOUND)
66
66
set (PYTHONLIBS_FOUND FALSE )
67
+ set (PythonLibsNew_FOUND FALSE )
67
68
return ()
68
69
endif ()
69
70
@@ -96,6 +97,7 @@ if(NOT _PYTHON_SUCCESS MATCHES 0)
96
97
"Python config failure:\n ${_PYTHON_ERROR_VALUE} " )
97
98
endif ()
98
99
set (PYTHONLIBS_FOUND FALSE )
100
+ set (PythonLibsNew_FOUND FALSE )
99
101
return ()
100
102
endif ()
101
103
@@ -127,6 +129,7 @@ if(CMAKE_SIZEOF_VOID_P AND (NOT "${PYTHON_SIZEOF_VOID_P}" STREQUAL "${CMAKE_SIZE
127
129
"chosen compiler is ${_CMAKE_BITS} -bit" )
128
130
endif ()
129
131
set (PYTHONLIBS_FOUND FALSE )
132
+ set (PythonLibsNew_FOUND FALSE )
130
133
return ()
131
134
endif ()
132
135
@@ -196,3 +199,4 @@ find_package_message(PYTHON
196
199
"${PYTHON_EXECUTABLE}${PYTHON_VERSION} " )
197
200
198
201
set (PYTHONLIBS_FOUND TRUE )
202
+ set (PythonLibsNew_FOUND TRUE )
You can’t perform that action at this time.
0 commit comments