Provide and use CM_FALLTHROUGH

This commit is contained in:
Daniel Pfeifer
2017-06-02 20:32:58 +02:00
parent 0068224fdd
commit 8d7b3ef5d4
21 changed files with 111 additions and 17 deletions
+1
View File
@@ -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;