Re: [deal.II] Re: cmake with library and executables

2019-12-25 Thread Konrad Simon
Many thanks, Matthias! Works! Best, Konrad On Wednesday, December 25, 2019 at 2:07:41 PM UTC+1, Matthias Maier wrote: > > > On Fri, Dec 20, 2019, at 13:07 CST, Konrad Simon > wrote: > > > > ### > > > > >

Re: [deal.II] Re: cmake with library and executables

2019-12-25 Thread Matthias Maier
On Fri, Dec 20, 2019, at 13:07 CST, Konrad Simon wrote: > ### > ### > ADD_CUSTOM_TARGET(debug > COMMAND ${CMAKE_COMMAND}

Re: [deal.II] Re: cmake with library and executables

2019-12-24 Thread Konrad Simon
Hi Wolfgang, On Tuesday, December 24, 2019 at 5:59:31 PM UTC+1, Wolfgang Bangerth wrote: > > > Konrad, > your email has no question :-) Is your problem that you can't call 'make > -j8' > and your question how to make that possible? If so, what happens if you > try? > What is the error

Re: [deal.II] Re: cmake with library and executables

2019-12-24 Thread Wolfgang Bangerth
Konrad, your email has no question :-) Is your problem that you can't call 'make -j8' and your question how to make that possible? If so, what happens if you try? What is the error message? Best W. On 12/20/19 12:07 PM, Konrad Simon wrote: > Hello deal.ii community, > > I am posting