Re: [CMake] Include file in the Makefile

2017-03-23 Thread Hom Nath Gharti
Thanks, Mike! HNG On Thu, Mar 23, 2017 at 12:59 PM, Michael Ellery wrote: > >> On Mar 22, 2017, at 2:07 PM, Hom Nath Gharti wrote: >> >> Dear all, >> >> I use PETSc in my package and I need to use the following line in my >> GNU Makefile: >> >> include ${PETSC_DIR}/lib/petsc/conf/variables >> >

Re: [CMake] Include file in the Makefile

2017-03-23 Thread Michael Ellery
> On Mar 22, 2017, at 2:07 PM, Hom Nath Gharti wrote: > > Dear all, > > I use PETSc in my package and I need to use the following line in my > GNU Makefile: > > include ${PETSC_DIR}/lib/petsc/conf/variables > > What is the equivalent command for CMakeLists.txt for this? > > Thanks for your h

[CMake] Include file in the Makefile

2017-03-22 Thread Hom Nath Gharti
Dear all, I use PETSc in my package and I need to use the following line in my GNU Makefile: include ${PETSC_DIR}/lib/petsc/conf/variables What is the equivalent command for CMakeLists.txt for this? Thanks for your help. Thanks, HNG -- Powered by www.kitware.com Please keep messages on-topi