[Paraview-developers] Paraview build error
Ben Boeckel
ben.boeckel at kitware.com
Tue Oct 13 13:52:13 EDT 2015
On Tue, Oct 13, 2015 at 22:29:19 +0530, Chiranjib Sur wrote:
> Please find the file attached.
Thanks; I've pointed out this first problem below.
> FYI, while I was browsing to explore more about the error message (posted
> earlier in the thread), I got the information from one of the mailing list
> posting (https://cmake.org/pipermail/cmake/2014-November/059193.html) that
> in line 224 of this particular file COPY_ONLY should actually be COPYONLY.
> Is that true?
Yes, but that's not this error :) .
> qt5_make_output_file("${infile}" "" "qrc.depends" out_depends)
> configure_file("${infile}" "${out_depends}" COPY_ONLY)
> else(
> # The .qrc file does not exist (yet). Let's add a dependency and hope
> # that it will be generated later
> set(out_depends)
Problem is right here; else is missing a close parenthesis.
--Ben
More information about the Paraview-developers
mailing list