On Thu, Feb 23, 2012 at 6:19 PM, Yang, Jinzhong <jinzhon...@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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to