diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2018-05-06 15:15:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-05-09 12:41:58 (GMT) |
commit | 43582cda573b1ec1ab1a971e7e4db63c45c8b7e4 (patch) | |
tree | 63438a3d80e00ca7a849f57ce8b78683377e3ed4 /Tests | |
parent | d44441a365e4d4e4188ed2fa6b1f9ccda0568846 (diff) | |
download | CMake-43582cda573b1ec1ab1a971e7e4db63c45c8b7e4.zip CMake-43582cda573b1ec1ab1a971e7e4db63c45c8b7e4.tar.gz CMake-43582cda573b1ec1ab1a971e7e4db63c45c8b7e4.tar.bz2 |
Tests: Fix comment for finding dpkg tool
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 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) |