Nick Janssens

Results 6 comments of Nick Janssens

How do I use CMake's pkg-config support? Here are the lg files: [CMakeError.log](https://github.com/jedbrown/cmake-modules/files/3847696/CMakeError.log) [CMakeOutput.log](https://github.com/jedbrown/cmake-modules/files/3847697/CMakeOutput.log)

Dear, Thank you very much for your answer! Regarding the first 2 remarks: - I've installed PETSc and I've set the variables PETSC_DIR and PETSC_ARCH as environmental variable, which I...

Dear Marco Oops, I didn't notice that, the correct log files should now be attached: [configure.log](https://github.com/optimad/bitpit/files/3851861/configure.log) [make.log](https://github.com/optimad/bitpit/files/3851862/make.log) Concerning the variable values, .. was an abbreviation of the full path, so:...

Dear, Thank very much, this did the trick! However, now I am getting this error message: ![cmakeError](https://user-images.githubusercontent.com/47597758/69054805-ad346980-0a0c-11ea-886b-ae675bed182e.png) which I don't quite understand. Any thoughts? I tried to set the path...

I tried both suggestions, but they didn't work. Any other ideas?

Dear Mr Cisternino Thank you for your answer! So, luckily, I was able to locate the CMakeDetermineCompiler.cmake: ![cmakeError1](https://user-images.githubusercontent.com/47597758/69139652-3c02be00-0ac1-11ea-8f38-13a8e9c93c02.png) But after running the ccmake command like the final command in the...