diff options
author | David Cole <david.cole@kitware.com> | 2012-03-08 20:13:27 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-03-08 20:13:27 (GMT) |
commit | 142facc6dd73c3abcf808d598272ccd4bf235463 (patch) | |
tree | ab7d39bf91e91292b5b7d03d1ea9c37cb1277c19 /Utilities | |
parent | 580171185bac5d23f34f0658b3740973818989b1 (diff) | |
parent | 208c3f84e2254b8f6158780c21d918f86537e3ea (diff) | |
download | CMake-142facc6dd73c3abcf808d598272ccd4bf235463.zip CMake-142facc6dd73c3abcf808d598272ccd4bf235463.tar.gz CMake-142facc6dd73c3abcf808d598272ccd4bf235463.tar.bz2 |
Merge topic 'fix-cygwin-hint-file'
208c3f8 Use correct "requires" line in cygwin setup hint file
1b996e7 Remove trailing white space
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Release/Cygwin/cygwin-setup.hint.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Utilities/Release/Cygwin/cygwin-setup.hint.in b/Utilities/Release/Cygwin/cygwin-setup.hint.in index 9706c0d..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 -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." +category: Devel +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." |