We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22010c6 commit 4d521ecCopy full SHA for 4d521ec
CMakeLists.txt
@@ -169,7 +169,8 @@ IF(BUILD_PYTHON_INTERFACE)
169
170
MESSAGE(STATUS "Python compiler: ${_python_implementation_value}")
171
IF(_python_implementation_value MATCHES "PyPy" )
172
- MESSAGE(FATAL_ERROR "PyPy detected, therefore libpython is not available. Please set BUILD_WITH_LIBPYTHON to OFF.")
+ SET(BUILD_WITH_LIBPYTHON OFF)
173
+ MESSAGE(STATUS "PyPy detected, therefore libpython is not available and BUILD_WITH_LIBPYTHON set to OFF.")
174
ENDIF()
175
176
ELSE(BUILD_PYTHON_INTERFACE)
0 commit comments