Re: [CMake] Is cmake failed with any Error message?

2018-08-23 Thread Petr Kmoch
Hi Maomao. The output includes this line: Configuring incomplete, errors occurred! This means that indeed, CMake has failed to configure the project. Which means no Makefile (or oher buildsystem) was generated and therefore the project cannot be built. A successful run of CMake ends with

[CMake] Is cmake failed with any Error message?

2018-08-13 Thread maomao
Dear admin, I am trying to build a project that is a open source and have a package on the website. The required binaries are installed by macports on my macbook pro with OSX10.13.6 (High Sierra). When I tried to cmake the project, I got the output message as: es2039:build maomao$ cmake .. --