Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d6746fd05c92a8edb94de746846227e6101fc05e
/
.
/
Tests
/
RunCMake
/
configure_file
/
SourcePermissionsInvalidArg-5.cmake
blob: 15c6f9a5e7c4cd4360a24d8207102032db9cd1bd [
file
]
configure_file
(
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
sourcefile
.
txt
$
{
CMAKE_CURRENT_BINARY_DIR
}/
sourcefile
-
source
-
permissions
.
txt
FILE_PERMISSIONS
OWNER_READ OWNER_RX
GROUP_RWX
)