Flag that the directories have been set
This commit is contained in:
parent
5aa535bdcb
commit
82ed104dcb
|
@ -2810,7 +2810,7 @@ int cmMakefile::TryCompile(const char *srcdir, const char *bindir,
|
|||
// if cmake args were provided then pass them in
|
||||
if (cmakeArgs)
|
||||
{
|
||||
cm.SetArgs(*cmakeArgs);
|
||||
cm.SetArgs(*cmakeArgs, true);
|
||||
cm.SetCacheArgs(*cmakeArgs);
|
||||
}
|
||||
// to save time we pass the EnableLanguage info directly
|
||||
|
|
Loading…
Reference in New Issue