process redhat subfolder when EL7 is specified

This commit is contained in:
Andrew Bauer 2015-02-08 16:37:29 -06:00
parent 9bc28c96f0
commit 72da7a0e69
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ add_subdirectory(misc)
# Process distro subdirectories
if((ZM_TARGET_DISTRO STREQUAL "f19") OR (ZM_TARGET_DISTRO STREQUAL "f20"))
add_subdirectory(distros/fedora)
elseif(ZM_TARGET_DISTRO STREQUAL "el6")
elseif((ZM_TARGET_DISTRO STREQUAL "el6") OR (ZM_TARGET_DISTRO STREQUAL "el6"))
add_subdirectory(distros/redhat)
elseif(ZM_TARGET_DISTRO STREQUAL "OS13")
add_subdirectory(distros/opensuse)