From 1b996e736090c91e849c53ee8a40447aba57ec86 Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 6 Mar 2012 08:59:57 -0500 Subject: Remove trailing white space --- Utilities/Release/Cygwin/cygwin-setup.hint.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Utilities/Release/Cygwin/cygwin-setup.hint.in b/Utilities/Release/Cygwin/cygwin-setup.hint.in index 9706c0d..ad99c5e 100644 --- a/Utilities/Release/Cygwin/cygwin-setup.hint.in +++ b/Utilities/Release/Cygwin/cygwin-setup.hint.in @@ -1,5 +1,5 @@ # CMake setup.hint file for cygwin setup.exe program -category: Devel +category: Devel requires: @CMAKE_NCURSES_VERSION@ cygwin -sdesc: "A cross platform build manager" -ldesc: "CMake is a cross platform build manager. It allows you to specify build parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles will be generated. CMake is also capable of generating microsoft project files, nmake, and borland makefiles. CMake can also perform system inspection operations like finding installed libraries and header files." +sdesc: "A cross platform build manager" +ldesc: "CMake is a cross platform build manager. It allows you to specify build parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles will be generated. CMake is also capable of generating microsoft project files, nmake, and borland makefiles. CMake can also perform system inspection operations like finding installed libraries and header files." -- cgit v0.12 From 208c3f84e2254b8f6158780c21d918f86537e3ea Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 6 Mar 2012 09:04:46 -0500 Subject: Use correct "requires" line in cygwin setup hint file Reference: email thread between Bill Hoffman and Yaakov Selkowitz from Mar. 5, 2012. --- Utilities/Release/Cygwin/cygwin-setup.hint.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Release/Cygwin/cygwin-setup.hint.in b/Utilities/Release/Cygwin/cygwin-setup.hint.in index ad99c5e..a2532fc 100644 --- a/Utilities/Release/Cygwin/cygwin-setup.hint.in +++ b/Utilities/Release/Cygwin/cygwin-setup.hint.in @@ -1,5 +1,5 @@ # CMake setup.hint file for cygwin setup.exe program category: Devel -requires: @CMAKE_NCURSES_VERSION@ cygwin +requires: libgcc1 libidn11 @CMAKE_NCURSES_VERSION@ libstdc++6 sdesc: "A cross platform build manager" ldesc: "CMake is a cross platform build manager. It allows you to specify build parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles will be generated. CMake is also capable of generating microsoft project files, nmake, and borland makefiles. CMake can also perform system inspection operations like finding installed libraries and header files." -- cgit v0.12