aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/cmake/build.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-19 00:14:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-19 00:14:53 +0300
commit0ad425c1aec96756309361611cd2003c15afbd36 (patch)
tree487909d207bdd1daf9f70b5ba1315ce242df92c7 /project/cmake/build.py
parentproject.ci: add GitHub Actions (diff)
downloadcmake-common-0ad425c1aec96756309361611cd2003c15afbd36.tar.gz
cmake-common-0ad425c1aec96756309361611cd2003c15afbd36.zip
project.cmake: --toolset auto shouldn't set any compiler flags
Diffstat (limited to '')
-rw-r--r--project/cmake/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/build.py b/project/cmake/build.py
index d2c2070..ee5772e 100644
--- a/project/cmake/build.py
+++ b/project/cmake/build.py
@@ -34,7 +34,7 @@ from project.toolchain import ToolchainType
from project.utils import normalize_path, run, setup_logging
-DEFAULT_PLATFORM = Platform.native()
+DEFAULT_PLATFORM = None
DEFAULT_CONFIGURATION = Configuration.DEBUG
DEFAULT_TOOLSET = ToolchainType.AUTO