Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime/Cpp/cmake/antlr4-generator.cmake.in: Quote the additional dep…
…endencies argument properly The 6th argument takes a list of dependencies. But for a list you must quote the variable as otherwise cmake complains with: CMake Error at XXX/antlr4-generator-config.cmake:137 (if): if given arguments: "(" "ARGC" "GREATER_EQUAL" "7" ")" "AND" "(" "NOT" "YYY/Base.g4" "ZZZ/Expressions.g4" "STREQUAL" "" ")" Unknown arguments specified Call Stack (most recent call first): CMakeLists.txt:95 (antlr4_generate) Signed-off-by: Thomas Braun <[email protected]>
- Loading branch information