We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b5839 commit 272ab6bCopy full SHA for 272ab6b
distcheck.cmake
@@ -145,7 +145,7 @@ macro(DISTCHECK_SETUP)
145
${BUILD_CMD} clean || (echo "ERROR: the clean target failed." && false)
146
&&
147
cd ${CMAKE_BINARY_DIR}/${PROJECT_NAME}${PROJECT_SUFFIX}-${PROJECT_VERSION} &&
148
- chmod u+w . _build _inst &&
+ chmod u+w -R . _build _inst &&
149
rm -rf _build _inst &&
150
find . -type d -print0 | xargs -0 chmod u+w &&
151
echo "==============================================================" &&
0 commit comments