cmake-lint: remove extra space after command

wilder-portage
Jekyll Wu 14 years ago
parent 0ad61b0a10
commit 0490b180e4
  1. 2
      src/CMakeLists.txt

@ -9,7 +9,7 @@ include(CheckIncludeFiles)
check_include_files("sys/proc.h" HAVE_SYS_PROC_H)
check_include_files("sys/proc_info.h" HAVE_SYS_PROC_INFO_H)
configure_file (config-konsole.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-konsole.h)
configure_file(config-konsole.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-konsole.h)
### Tests

Loading…
Cancel
Save