From 43582cda573b1ec1ab1a971e7e4db63c45c8b7e4 Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Sun, 6 May 2018 18:15:20 +0300 Subject: Tests: Fix comment for finding dpkg tool --- Tests/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index ea64646..6e3c3c4 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -145,8 +145,7 @@ if(BUILD_TESTING) set(CPACK_BINARY_RPM OFF) endif() - # Look for rpmbuild to use for tests. - # The tool does not work with spaces in the path. + # Look for dpkg to use for tests. find_program(DPKG_EXECUTABLE NAMES dpkg) if(DPKG_EXECUTABLE) -- cgit v0.12