[Dune] changing to cmake
Arya Fallahi
arya.fallahi at gmail.com
Wed Jan 7 18:35:19 CET 2015
Hi Christoph,
Thank you very much for the quick reply. I did what you said. However, it
seems the compiler gets trap in a loop. It returns the following message
and does some configuring which again is followed by the message below. Do
you know what is exactly happening?
-- Configuring done
You have changed variables that require your cache to be deleted.
Configure will be re-run and you may have to reset some variables.
The following variables have changed:
CMAKE_CXX_COMPILER= g++-4.7
Regards,
Arya
On Wed, Jan 7, 2015 at 6:13 PM, Christoph GrĂ¼ninger <
christoph.grueninger at iws.uni-stuttgart.de> wrote:
> Hi Arya,
> instead of
> CMAKE_CXX_COMPILER=g++-4.7
> you should add it to the CMAKE_FLAGS like
> -DCMAKE_CXX_COMPILER=g++-4.7
>
> All CMake variables are passed -D<variablename>=<value> in the
> CMAKE_FLAGS variable.
>
> Bye
> Christoph
>
> --
> GDB does hate your application, expresses its contempt through the
> design of its command-line interface. -- Tom Tromey, FOSDEM 2014
>
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20150107/6bf980cd/attachment.htm>
More information about the Dune
mailing list