diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-07 01:29:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-07 02:18:00 +0300 |
commit | 01dd0d68be266d59da888483a23abc0c56ed5589 (patch) | |
tree | 11b9b0e9ddda7150b86dadf4bc6c8f0b15211ce1 /project/cmake/build.py | |
parent | project.cmake.toolset: rework a bit (diff) | |
download | cmake-common-01dd0d68be266d59da888483a23abc0c56ed5589.tar.gz cmake-common-01dd0d68be266d59da888483a23abc0c56ed5589.zip |
project.toolset: merge both other modules to this one
Diffstat (limited to '')
-rw-r--r-- | project/cmake/build.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/project/cmake/build.py b/project/cmake/build.py index 6c5c68c..7513336 100644 --- a/project/cmake/build.py +++ b/project/cmake/build.py @@ -26,10 +26,9 @@ import os import sys import tempfile -from project.cmake.toolset import Toolset from project.configuration import Configuration from project.platform import Platform -from project.toolset import ToolsetHint +from project.toolset import Toolset, ToolsetHint from project.utils import normalize_path, mkdir_parent, run, setup_logging |