mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 23:57:44 +00:00
4e184a21be
Add a string(CONCAT) command to simply concatenate input arguments together. This will be useful for combining strings from different quoting syntaxes. Add a RunCMake.string test covering these cases.
5 lines
178 B
Plaintext
5 lines
178 B
Plaintext
CMake Error at ConcatNoArgs.cmake:1 \(string\):
|
|
string sub-command CONCAT requires at least one argument.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|