We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7e424 commit 309efedCopy full SHA for 309efed
distcheck.cmake
@@ -1,4 +1,5 @@
1
# Copyright (C) 2008-2014 LAAS-CNRS, JRL AIST-CNRS.
2
+# Copyright (C) 2025 INRIA.
3
#
4
# This program is free software: you can redistribute it and/or modify it under
5
# the terms of the GNU General Public License as published by the Free Software
@@ -145,7 +146,7 @@ macro(DISTCHECK_SETUP)
145
146
${BUILD_CMD} clean || (echo "ERROR: the clean target failed." && false)
147
&&
148
cd ${CMAKE_BINARY_DIR}/${PROJECT_NAME}${PROJECT_SUFFIX}-${PROJECT_VERSION} &&
- chmod u+w -R . _build _inst &&
149
+ chmod -R u+w . _build _inst &&
150
rm -rf _build _inst &&
151
find . -type d -print0 | xargs -0 chmod u+w &&
152
echo "==============================================================" &&
0 commit comments