We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225d0ad commit a50d1cdCopy full SHA for a50d1cd
RHEL/7/CMakeLists.txt
@@ -1 +1,8 @@
1
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
0 commit comments