summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.h
diff options
context:
space:
mode:
authorscivision <scivision@users.noreply.github.com>2023-10-12 17:49:15 (GMT)
committerBrad King <brad.king@kitware.com>2023-10-16 15:30:17 (GMT)
commit0f37000304fc2cbf3945a2a2be9f969be3eef62d (patch)
tree2e7f5b54ef0bbf1037f071b471cab7064c0d1615 /Source/cmCoreTryCompile.h
parentdc0dbffb0ffbfa7713b2b96994c453a90a99e209 (diff)
downloadCMake-0f37000304fc2cbf3945a2a2be9f969be3eef62d.zip
CMake-0f37000304fc2cbf3945a2a2be9f969be3eef62d.tar.gz
CMake-0f37000304fc2cbf3945a2a2be9f969be3eef62d.tar.bz2
try_{compile,run}: add LINKER_LANGUAGE option
Fixes: #25326
Diffstat (limited to 'Source/cmCoreTryCompile.h')
-rw-r--r--Source/cmCoreTryCompile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCoreTryCompile.h b/Source/cmCoreTryCompile.h
index 3217a1b..6a26e88 100644
--- a/Source/cmCoreTryCompile.h
+++ b/Source/cmCoreTryCompile.h
@@ -91,6 +91,7 @@ public:
cm::optional<ArgumentParser::MaybeEmpty<std::vector<std::string>>>
LinkLibraries;
ArgumentParser::MaybeEmpty<std::vector<std::string>> LinkOptions;
+ cm::optional<std::string> LinkerLanguage;
std::map<std::string, std::string> LangProps;
std::string CMakeInternal;
cm::optional<std::string> OutputVariable;