diff --git a/cmake/Rpm.cmake b/cmake/Rpm.cmake index 3de0e47ad..5aec4807e 100644 --- a/cmake/Rpm.cmake +++ b/cmake/Rpm.cmake @@ -1,4 +1,4 @@ -find_program(LSB_RELEASE_EXEC lsb-release) +find_program(LSB_RELEASE_EXEC lsb_release) if (LSB_RELEASE_EXEC) execute_process(COMMAND /bin/sh "-c" "${LSB_RELEASE_EXEC} -is | tr '[:upper:]' '[:lower:]' | cut -d' ' -f1"