mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
Provide and use CM_FALLTHROUGH
This commit is contained in:
@@ -1770,6 +1770,7 @@ protected:
|
||||
if (this->Makefile->IsOn("CMAKE_INSTALL_SO_NO_EXE")) {
|
||||
break;
|
||||
}
|
||||
CM_FALLTHROUGH;
|
||||
case cmInstallType_EXECUTABLE:
|
||||
case cmInstallType_PROGRAMS:
|
||||
this->FilePermissions |= mode_owner_execute;
|
||||
|
||||
Reference in New Issue
Block a user