Changeset - r28122:f7c7a578c405
[Not reviewed]
master
0 1 0
Christopher Lee - 13 months ago 2023-11-08 00:27:50
topher.lee.13@gmail.com
Add: LSB_RELEASE_ID Linuxmint to .deb package (#11390)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
cmake/InstallAndPackage.cmake
Show inline comments
 
@@ -183,7 +183,7 @@ elseif(UNIX)
 
            OUTPUT_STRIP_TRAILING_WHITESPACE
 
        )
 
        if(LSB_RELEASE_ID)
 
            if(LSB_RELEASE_ID STREQUAL "Ubuntu" OR LSB_RELEASE_ID STREQUAL "Debian")
 
            if(LSB_RELEASE_ID STREQUAL "Ubuntu" OR LSB_RELEASE_ID STREQUAL "Debian" OR LSB_RELEASE_ID STREQUAL "Linuxmint")
 
                execute_process(COMMAND ${LSB_RELEASE_EXEC} -cs
 
                    OUTPUT_VARIABLE LSB_RELEASE_CODENAME
 
                    OUTPUT_STRIP_TRAILING_WHITESPACE
0 comments (0 inline, 0 general)