1
0
Fork 0

DetectDistro.cmake: Correct the lsb_release name

This commit is contained in:
Christian Schmitt 2012-08-26 11:55:45 +02:00
parent 5c78970663
commit f001c5f9fe

View file

@ -4,7 +4,7 @@ message(STATUS "System is: ${CMAKE_SYSTEM_NAME}")
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
# Detect Linux distribution (if possible)
execute_process(COMMAND "/usr/bin/lsb-release" "-is"
execute_process(COMMAND "/usr/bin/lsb_release" "-is"
TIMEOUT 4
OUTPUT_VARIABLE LINUX_DISTRO
ERROR_QUIET