[CMake] Running a command after generation of Makefile

Bill Hoffman bill.hoffman at kitware.com
Thu Aug 26 08:11:53 EDT 2010


On 8/26/2010 4:00 AM, Johny wrote:
>   SET(CMAKE_INCLUDE_SYSTEM_FLAG_C)
>     SET(CMAKE_INCLUDE_SYSTEM_FLAG_CXX)
Can you try:

  SET(CMAKE_INCLUDE_SYSTEM_FLAG_C "-isystem")
    SET(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-isystem")



-- 
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoffman at kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573


More information about the CMake mailing list