Fix `cmake -E touch classes.jar' step
`-E touch` command doesn't create intermediate directories. We have to do it manually using `file(MAKE_DIRECTORY ...)` command.
Showing
Please
register
or
sign in
to comment
`-E touch` command doesn't create intermediate directories. We have to do it manually using `file(MAKE_DIRECTORY ...)` command.