aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/cmake/build.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-06 23:32:11 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-06 23:32:11 +0300
commit25689dbab5aa7cf8bcc3607e58e049cc1103dc93 (patch)
tree562b1d8d3694a42fd54b75b19cdb603e13cdbcc8 /project/cmake/build.py
parentfix PyLint warnings (diff)
downloadcmake-common-25689dbab5aa7cf8bcc3607e58e049cc1103dc93.tar.gz
cmake-common-25689dbab5aa7cf8bcc3607e58e049cc1103dc93.zip
"toolchain" -> "toolset", part 1
Diffstat (limited to 'project/cmake/build.py')
-rw-r--r--project/cmake/build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/cmake/build.py b/project/cmake/build.py
index 74eb820..b6f3e85 100644
--- a/project/cmake/build.py
+++ b/project/cmake/build.py
@@ -27,10 +27,10 @@ import os.path
import sys
import tempfile
-from project.cmake.toolchain import Toolchain
+from project.cmake.toolset import Toolchain
from project.configuration import Configuration
from project.platform import Platform
-from project.toolchain import ToolchainType
+from project.toolset import ToolchainType
from project.utils import normalize_path, mkdir_parent, run, setup_logging