Re: [CMake] using cmake to link header files: file could be found, is included, but build error when using nmake.

2016-03-31 Thread Petr Kmoch
Hi Karel, I've noticed a few points where you could start looking for a solution: * You're mentioning that CMake warns about some linking stuff, but the compiler error is one about including a header file. Libraries and headers are fundamentally different objects: header files are used by the

[CMake] using cmake to link header files: file could be found, is included, but build error when using nmake.

2016-03-30 Thread Karel Geiregat
Dear users at Cmake It could be that I don't have understood the linking process when building the project by cmake. The project has three dependencies: (1) Boost, (2) (Apache) Avro and (3) Botan. After issuing the following command to be able to use the nmake command from Visual Studio: