[vtkusers] CMake Error -- version doesn't match

Shawn Waldon shawn.waldon at kitware.com
Tue Dec 15 13:28:28 EST 2015


Try changing your find VTK line to something like:
find_package(VTK 6.3 REQUIRED)

I'm guessing based on the error message where it is comparing 6.3 to the
version it thinks it should have (empty string).  The build system
migration guide [1] has the version specified in all of its examples...

HTH,
Shawn

[1]: http://www.vtk.org/Wiki/VTK/Build_System_Migration

On Tue, Dec 15, 2015 at 1:17 PM, Lonni Besançon <lonni.besancon at gmail.com>
wrote:

> Maybe check VTK_FOUND ? I think that's the name of the macro. I'm on my
> phone so can't check it out
>
> Le mardi 15 décembre 2015, joaoroberto88 [via VTK] <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5735531&i=0>> a écrit :
>
>> No. There weren't errors on library compilation.
>>
>> ------------------------------
>> If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://vtk.1045678.n5.nabble.com/CMake-Error-version-doesn-t-match-tp5735518p5735530.html
>> To unsubscribe from CMake Error -- version doesn't match, click here.
>> NAML
>> <http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
> --
>
> *Best / Cordialement,*
>
>
> *Lonni Besançon*
>
> *PhD Student at INRIA & LIMSI/CNRS*
> *Teaching Assistant at Polytech Paris Sud and Université Paris Sud*
>
> *Email: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5735531&i=1>*
>
> *Phone: +33689902815 <%2B33689902815>*
> *LinkedIn: *fr.linkedin.com/pub/lonni-besançon/77/552/a38/en
> <http://fr.linkedin.com/pub/lonni-besan%C3%A7on/77/552/a38/en>
>
>
>
> ------------------------------
> View this message in context: Re: CMake Error -- version doesn't match
> <http://vtk.1045678.n5.nabble.com/CMake-Error-version-doesn-t-match-tp5735518p5735531.html>
> Sent from the VTK - Users mailing list archive
> <http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html> at Nabble.com.
>
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151215/825c397a/attachment.html>


More information about the vtkusers mailing list