Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
make install: don't assume $DESTDIR exists
WORKING_DIRECTORY \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}
means that this path already exists, which is not necessarily the case
for make install. Create it `mkdir -p` style.- Loading branch information