Andy Cedilnik 4e66ef8fe1 New design of CheckSymbolExists pretty much replaces all other ones.
For example:

CHECK_HEADER_EXISTS("type.h" HAVE_TYPE_H)
is:
CHECK_SYMBOL_EXISTS(main "type.h" HAVE_TYPE_H)

CHECK_LIBRARY_EXISTS("nsl"    gethostname  HAVE_LIBNSL)
would be
SET(CMAKE_REQUIRED_LIBRARIES "nsl")
CHECK_SYMBOL_EXISTS(gethostname "netdb.h" HAVE_LIBNSL)

...
2003-03-28 13:42:34 -05:00
2003-03-28 13:35:50 -05:00
2000-08-29 10:56:51 -04:00
2002-08-08 11:58:30 -04:00
2002-04-26 09:22:41 -04:00
2003-02-14 09:25:41 -05:00
2002-08-08 15:14:59 -04:00
2003-01-16 14:15:29 -05:00
2001-01-11 16:19:55 -05:00
2001-06-21 12:01:18 -04:00
Description
My patches to CMake
53 MiB
Languages
C 42.4%
C++ 30.2%
CMake 14.3%
PostScript 5.3%
reStructuredText 4%
Other 3.4%