Displaying 1 result from an estimated 1 matches for "custom_command".
2015 Dec 16
2
LLVM fails to install with ocaml enabled
...before the install action.
I think you're right. Running "make ocaml_doc" then rerunning "make install" completed the build.
>
> The fix for this will probably involve changing the add_custom_target command at docs/CMakeLists.txt:146 to be split out into several add_custom_command calls that have output files, and making the target depend on the output files.
Adding "ALL" to that add_custom_command let a general "make && make install" build finish. Is that a viable fix, or would it have some other effects I'm not aware of?
-Alex
>
>...