Re: [CMake] Cmake cannot locate header file that exists on my system

2016-03-19 Thread Andreas Naumann
You have to add the directory /usr/include/trilinos to the c++ include directories. The fastest workaround would be, to add the directory to the CMAKE_CXX_FLAGS using ccmake or cmake-gui. The better solution is to look for any hint regarding trilinos in the CMakeLists.txt of dakota and check,

Re: [CMake] Cmake cannot locate header file that exists on my system

2016-03-19 Thread Chris Coutinho
7 maart 2016 16:31 To: Chris Coutinho <c.couti...@redstack.nl>; cmake@cmake.org Subject: Re: [CMake] Cmake cannot locate header file that exists on my system You have to add the directory /usr/include/trilinos to the c++ include directories. The fastest workaround would be, to add the directory