summaryrefslogtreecommitdiff
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorRobert Maynard <rmaynard@nvidia.com>2021-04-07 14:24:14 -0400
committerRobert Maynard <rmaynard@nvidia.com>2021-04-15 10:13:49 -0400
commitd5c3e4ac326328dd4ca48b12b27b11ea19d87363 (patch)
tree45d0f8e2a50582be6c89885fa52f36bb68d9080c /Source/cmake.h
parent13838bbb36dbfeb36243d661378732672477ac8a (diff)
downloadcmake-d5c3e4ac326328dd4ca48b12b27b11ea19d87363.tar.gz
cmake: add support for --toolchain command argument
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index ab2ed21a9c..9b29098ff6 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -712,6 +712,8 @@ private:
"Specify toolset name if supported by generator." }, \
{ "-A <platform-name>", \
"Specify platform name if supported by generator." }, \
+ { "--toolchain <file>", \
+ "Specify toolchain file [CMAKE_TOOLCHAIN_FILE]." }, \
{ "--install-prefix <directory>", \
"Specify install directory [CMAKE_INSTALL_PREFIX]." }, \
{ "-Wdev", "Enable developer warnings." }, \