mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Merge topic 'genex-error-grammar'
e49c9eec cmGeneratorExpressionNode: add some missing commas
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1102
This commit is contained in:
@@ -813,7 +813,7 @@ static const struct CompileLanguageNode : public cmGeneratorExpressionNode
|
||||
reportError(
|
||||
context, content->GetOriginalExpression(),
|
||||
"$<COMPILE_LANGUAGE:...> may only be used to specify include "
|
||||
"directories compile definitions, compile options and to evaluate "
|
||||
"directories, compile definitions, compile options, and to evaluate "
|
||||
"components of the file(GENERATE) command.");
|
||||
return std::string();
|
||||
}
|
||||
|
||||
@@ -3,8 +3,8 @@ CMake Error at COMPILE_LANGUAGE-add_custom_command.cmake:6 \(add_custom_command\
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories
|
||||
compile definitions, compile options and to evaluate components of the
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
|
||||
@@ -3,8 +3,8 @@ CMake Error at COMPILE_LANGUAGE-add_custom_target.cmake:4 \(add_custom_target\):
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories
|
||||
compile definitions, compile options and to evaluate components of the
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
|
||||
@@ -3,8 +3,8 @@ CMake Error at COMPILE_LANGUAGE-add_executable.cmake:4 \(add_executable\):
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories
|
||||
compile definitions, compile options and to evaluate components of the
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
|
||||
@@ -3,8 +3,8 @@ CMake Error at COMPILE_LANGUAGE-add_library.cmake:4 \(add_library\):
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories
|
||||
compile definitions, compile options and to evaluate components of the
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
|
||||
@@ -3,8 +3,8 @@ CMake Error at COMPILE_LANGUAGE-add_test.cmake:5 \(add_test\):
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories
|
||||
compile definitions, compile options and to evaluate components of the
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
|
||||
@@ -3,6 +3,6 @@ CMake Error:
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories
|
||||
compile definitions, compile options and to evaluate components of the
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
|
||||
@@ -3,8 +3,8 @@ CMake Error at COMPILE_LANGUAGE-target_sources.cmake:5 \(target_sources\):
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories
|
||||
compile definitions, compile options and to evaluate components of the
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
|
||||
Reference in New Issue
Block a user