John Drescher wrote:
> ---------- Forwarded message ----------
> From: Wen Shi <[email protected]>
> Date: Sat, Nov 7, 2009 at 2:19 AM
> Subject: Re: [Insight-users] Problem with CMakelist
> To: John Drescher <[email protected]>
> 
> 
> Hi john,
> Thank you for your reply.
> But actually I first used " INCLUDE(${VXL_USE_FILE})"
> But when I use CMake to generate the project, there is a error saying
> that "INCLUDE" can only take one argument.
> So I used INCLUDE_DIRECTORIES(${VXL_USE_FILE}).
> I don't know why it says that.
> 

Try: INCLUDE("${VXL_USE_FILE}")

It might be that you have a space in the path.

-Bill
_______________________________________________
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