mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Fix typo in function name
This commit is contained in:
@@ -172,7 +172,7 @@ bool cmGetPropertyCommand(std::vector<std::string> const& args,
|
|||||||
|
|
||||||
std::vector<cmMakefile*> source_file_directory_makefiles;
|
std::vector<cmMakefile*> source_file_directory_makefiles;
|
||||||
bool file_scopes_handled =
|
bool file_scopes_handled =
|
||||||
SetPropertyCommand::HandleAndValidateSourceFileDirectortoryScopes(
|
SetPropertyCommand::HandleAndValidateSourceFileDirectoryScopes(
|
||||||
status, source_file_directory_option_enabled,
|
status, source_file_directory_option_enabled,
|
||||||
source_file_target_option_enabled, source_file_directories,
|
source_file_target_option_enabled, source_file_directories,
|
||||||
source_file_target_directories, source_file_directory_makefiles);
|
source_file_target_directories, source_file_directory_makefiles);
|
||||||
|
@@ -35,7 +35,7 @@ bool cmGetSourceFilePropertyCommand(std::vector<std::string> const& args,
|
|||||||
|
|
||||||
std::vector<cmMakefile*> source_file_directory_makefiles;
|
std::vector<cmMakefile*> source_file_directory_makefiles;
|
||||||
bool file_scopes_handled =
|
bool file_scopes_handled =
|
||||||
SetPropertyCommand::HandleAndValidateSourceFileDirectortoryScopes(
|
SetPropertyCommand::HandleAndValidateSourceFileDirectoryScopes(
|
||||||
status, source_file_directory_option_enabled,
|
status, source_file_directory_option_enabled,
|
||||||
source_file_target_option_enabled, source_file_directories,
|
source_file_target_option_enabled, source_file_directories,
|
||||||
source_file_target_directories, source_file_directory_makefiles);
|
source_file_target_directories, source_file_directory_makefiles);
|
||||||
|
@@ -157,7 +157,7 @@ bool HandleSourceFileDirectoryScopeValidation(
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool HandleAndValidateSourceFileDirectortoryScopes(
|
bool HandleAndValidateSourceFileDirectoryScopes(
|
||||||
cmExecutionStatus& status, bool source_file_directory_option_enabled,
|
cmExecutionStatus& status, bool source_file_directory_option_enabled,
|
||||||
bool source_file_target_option_enabled,
|
bool source_file_target_option_enabled,
|
||||||
std::vector<std::string>& source_file_directories,
|
std::vector<std::string>& source_file_directories,
|
||||||
@@ -324,7 +324,7 @@ bool cmSetPropertyCommand(std::vector<std::string> const& args,
|
|||||||
|
|
||||||
std::vector<cmMakefile*> source_file_directory_makefiles;
|
std::vector<cmMakefile*> source_file_directory_makefiles;
|
||||||
bool file_scopes_handled =
|
bool file_scopes_handled =
|
||||||
SetPropertyCommand::HandleAndValidateSourceFileDirectortoryScopes(
|
SetPropertyCommand::HandleAndValidateSourceFileDirectoryScopes(
|
||||||
status, source_file_directory_option_enabled,
|
status, source_file_directory_option_enabled,
|
||||||
source_file_target_option_enabled, source_file_directories,
|
source_file_target_option_enabled, source_file_directories,
|
||||||
source_file_target_directories, source_file_directory_makefiles);
|
source_file_target_directories, source_file_directory_makefiles);
|
||||||
|
@@ -25,7 +25,7 @@ bool HandleSourceFileDirectoryScopeValidation(
|
|||||||
std::vector<std::string>& source_file_directories,
|
std::vector<std::string>& source_file_directories,
|
||||||
std::vector<std::string>& source_file_target_directories);
|
std::vector<std::string>& source_file_target_directories);
|
||||||
|
|
||||||
bool HandleAndValidateSourceFileDirectortoryScopes(
|
bool HandleAndValidateSourceFileDirectoryScopes(
|
||||||
cmExecutionStatus& status, bool source_directories_option_encountered,
|
cmExecutionStatus& status, bool source_directories_option_encountered,
|
||||||
bool source_target_directories_option_encountered,
|
bool source_target_directories_option_encountered,
|
||||||
std::vector<std::string>& source_directories,
|
std::vector<std::string>& source_directories,
|
||||||
|
@@ -82,7 +82,7 @@ bool cmSetSourceFilesPropertiesCommand(std::vector<std::string> const& args,
|
|||||||
const auto props_begin = options_it;
|
const auto props_begin = options_it;
|
||||||
|
|
||||||
bool file_scopes_handled =
|
bool file_scopes_handled =
|
||||||
SetPropertyCommand::HandleAndValidateSourceFileDirectortoryScopes(
|
SetPropertyCommand::HandleAndValidateSourceFileDirectoryScopes(
|
||||||
status, source_file_directory_option_enabled,
|
status, source_file_directory_option_enabled,
|
||||||
source_file_target_option_enabled, source_file_directories,
|
source_file_target_option_enabled, source_file_directories,
|
||||||
source_file_target_directories, source_file_directory_makefiles);
|
source_file_target_directories, source_file_directory_makefiles);
|
||||||
|
Reference in New Issue
Block a user