mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
cmake: Warn about unnecessary paths on command line
We can't make it an error as that would break existing behavior. Fixes: #23110
This commit is contained in:
committed by
Brad King
parent
a4f076110d
commit
eacf1f879b
+1
-1
@@ -648,7 +648,7 @@ protected:
|
||||
*/
|
||||
int CheckBuildSystem();
|
||||
|
||||
void SetDirectoriesFromFile(const std::string& arg);
|
||||
bool SetDirectoriesFromFile(const std::string& arg);
|
||||
|
||||
//! Make sure all commands are what they say they are and there is no
|
||||
/// macros.
|
||||
|
||||
Reference in New Issue
Block a user