remove debug line
This commit is contained in:
1
setup.py
1
setup.py
@@ -23,7 +23,6 @@ class CMakeBuild(build_ext):
|
|||||||
if "CMAKE_ARGS" in os.environ:
|
if "CMAKE_ARGS" in os.environ:
|
||||||
cmake_args += [
|
cmake_args += [
|
||||||
item for item in os.environ["CMAKE_ARGS"].split(" ") if item]
|
item for item in os.environ["CMAKE_ARGS"].split(" ") if item]
|
||||||
print(cmake_args)
|
|
||||||
self.spawn(cmake_args)
|
self.spawn(cmake_args)
|
||||||
if self.debug:
|
if self.debug:
|
||||||
self.spawn(['cmake', '--build', '.', '--config',
|
self.spawn(['cmake', '--build', '.', '--config',
|
||||||
|
|||||||
Reference in New Issue
Block a user