Skip to content

Commit

Permalink
Added derivative build support to RHEL6
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Preisler committed Feb 20, 2017
1 parent 6f78ce9 commit 225d0ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RHEL/6/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
ssg_build_product("rhel6")

if (SSG_CENTOS_DERIVATIVES_ENABLED)
ssg_build_derivative_product("rhel6" "centos" "centos6")
endif()
if (SSG_SCIENTIFIC_LINUX_DERIVATIVES_ENABLED)
ssg_build_derivative_product("rhel6" "sl" "sl6")
endif()

0 comments on commit 225d0ad

Please sign in to comment.