[CMake] CMakeSetup broken, fails in the root directory

William A. Hoffman billlist at nycap.rr.com
Fri Jul 28 08:41:36 EDT 2006


At 08:33 AM 7/28/2006, William A. Hoffman wrote:
>You could also try replacing it with:
>
>CHECK_C_SOURCE_COMPILES("va_list list1, list2; list1 = list2"
>  VA_LIST_ISNOT_ARRAY_DEFINE)
>
>in i:\tmp\CMake\Utilities\cmxmlrpc\CMakeLists.txt.

INCLUDE(CheckCSourceCompiles)
>CHECK_C_SOURCE_COMPILES("va_list list1, list2; list1 = list2"
>  VA_LIST_ISNOT_ARRAY_DEFINE)


-Bill




More information about the CMake mailing list