Skip to content

Commit

Permalink
Make HCC suse ready
Browse files Browse the repository at this point in the history
  • Loading branch information
David Salinas authored and scchan committed Nov 5, 2019
1 parent cd9fefc commit de9292e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ string(TOLOWER "${DISTRO_ID}" DISTRO_ID )
if( DISTRO_ID MATCHES "ubuntu" OR DISTRO_ID MATCHES "fedora"
OR DISTRO_ID MATCHES "centos" OR DISTRO_ID MATCHES "redhatenterpriseserver"
OR DISTRO_ID MATCHES "opensuse"
OR DISTRO_ID MATCHES "suse"
OR DISTRO_ID MATCHES "sles" )
message( STATUS "Detected distribution: ${DISTRO_ID}:${DISTRO_RELEASE}" )
else()
Expand Down

0 comments on commit de9292e

Please sign in to comment.