mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Tests: Fix comment for finding dpkg tool
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user