Skip to content

Commit

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

if (SSG_CENTOS_DERIVATIVES_ENABLED)
ssg_build_derivative_product("rhel7" "centos" "centos7")
endif()
if (SSG_SCIENTIFIC_LINUX_DERIVATIVES_ENABLED)
ssg_build_derivative_product("rhel7" "sl" "sl7")
endif()

0 comments on commit a50d1cd

Please sign in to comment.