removed print statement in detect_python.py
parent
00eb24bcbd
commit
fea9de7109
|
@ -63,7 +63,6 @@ def detect_python():
|
||||||
if len(flags) == 0:
|
if len(flags) == 0:
|
||||||
continue
|
continue
|
||||||
boost_libname = find_boost_python(version)
|
boost_libname = find_boost_python(version)
|
||||||
print(boost_libname)
|
|
||||||
if boost_libname == None:
|
if boost_libname == None:
|
||||||
continue
|
continue
|
||||||
pyenv['PYTHON' + version + 'INCLUDE'] = []
|
pyenv['PYTHON' + version + 'INCLUDE'] = []
|
||||||
|
|
Loading…
Reference in New Issue