Sign in
fuchsia
/
third_party
/
cmake
/
79c89f6a95437205f8c35a356eeda371ab9e5e1b
/
.
/
Tests
/
RunCMake
/
file-CHMOD
/
CHMOD-no-perms.cmake
blob: 9fbd3599dff7b1c3645ded08dd7d6c69a3b3aaeb [
file
] [
log
] [
blame
]
file
(
REMOVE_RECURSE $
{
CMAKE_CURRENT_BINARY_DIR
}/
chmod
-
tests
)
file
(
MAKE_DIRECTORY $
{
CMAKE_CURRENT_BINARY_DIR
}/
chmod
-
tests
)
file
(
TOUCH $
{
CMAKE_CURRENT_BINARY_DIR
}/
chmod
-
tests
/
a
)
file
(
CHMOD $
{
CMAKE_CURRENT_BINARY_DIR
}/
chmod
-
tests
/
a PERMISSIONS
)