[Insight-users] CMake configure insightapplications with FLTK

John Drescher drescherjm at gmail.com
Thu Feb 23 18:47:08 EST 2012


On Thu, Feb 23, 2012 at 6:19 PM, Yang, Jinzhong <jinzhong76 at gmail.com> wrote:
> Hi All,
>
>
>
> I was trying to configure InsightApplications in CMake with USE_FLTK turned
> on, but I continuously got the error message:
>
>
>
> CMake Error at CMakeLists.txt:128 (INCLUDE):
>
> include called with wrong number of arguments. Include only takes one
>
> file.
>

That means on line 128 you have an

include( ${SomeCmakeVariable} )

and the cmake variable is blank.

John


More information about the Insight-users mailing list