Uh oh!
There was an error while loading. Please reload this page.
[CMake] Imporve parameter 'ANTLR4' to avoid cmake will ignore the 'space' - #4235
[CMake] Imporve parameter 'ANTLR4' to avoid cmake will ignore the 'space'#4235cchung100m wants to merge 4 commits into
Conversation
cchung100m
commented
Oct 31, 2019
Hi The issue is reported at PR [cmake][ANTLR] Support setting path to ANTLR jar, too. |
Hi This PR cannot pass the CI build process due to following issue, but I am not sure whether it is caused by this PR or not, I would appreciate if you can give me suggestions, thanks. |
KimYannn
commented
Nov 6, 2019
Hi @cchung100m only this problem only affect cmake func |
Hi @KimBioInfoStudio, @MarisaKirisame@soiferj
Following the discussion Error while building TVM with USE_ANTLR and Relay from_tensorflow failed - Couldn’t find ANTLR parser, I found that
FindANTLR.cmakecannot setANTLR4properly, therefore I add the double quotes to avoid thecmakeignores the "space" and cause an issue when executing-jar.