mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
Merge topic 'fix-cygwin-hint-file'
208c3f8
Use correct "requires" line in cygwin setup hint file1b996e7
Remove trailing white space
This commit is contained in:
commit
142facc6dd
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user