Skip to content

Commit a50d1cd

Browse files
author
Martin Preisler
committed
Added derivative build support to RHEL7
1 parent 225d0ad commit a50d1cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RHEL/7/CMakeLists.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
ssg_build_product("rhel7")
2+
3+
if (SSG_CENTOS_DERIVATIVES_ENABLED)
4+
ssg_build_derivative_product("rhel7" "centos" "centos7")
5+
endif()
6+
if (SSG_SCIENTIFIC_LINUX_DERIVATIVES_ENABLED)
7+
ssg_build_derivative_product("rhel7" "sl" "sl7")
8+
endif()

0 commit comments

Comments
 (0)