diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-08 19:25:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-08 19:25:42 +0300 |
commit | 7309d2a3c776d764480e92567581c9cbce37edbc (patch) | |
tree | dfd38af6efe28ef1a534e10b43b2704e7daa84d6 /cmake/build | |
parent | common.cmake: CC_STATIC_RUNTIME=OFF implied if using dynamic Boost libs (diff) | |
download | cmake-common-7309d2a3c776d764480e92567581c9cbce37edbc.tar.gz cmake-common-7309d2a3c776d764480e92567581c9cbce37edbc.zip |
fix PyLint-discovered bugs
Diffstat (limited to '')
-rwxr-xr-x | cmake/build/build.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/build/build.py b/cmake/build/build.py index d0517ba..c4af4ea 100755 --- a/cmake/build/build.py +++ b/cmake/build/build.py @@ -16,7 +16,6 @@ import logging from enum import Enum import os import os.path -import shutil import subprocess import sys import tempfile |