Re: [CMake] Using CMake on CLion and adding geoip library

2016-07-17 Thread Hgfjj Hhjgf
thanks for your time :) I managed to solve the problem. Thanks for your reply again. On Sat, Jun 25, 2016 at 5:50 PM, Jakob van Bethlehem < jsvanbethle...@gmail.com> wrote: > Hej, > > According to > https://cmake.org/cmake/help/v3.4/module/CheckIncludeFile.html the > ‘check_include_file’ is a fun

Re: [CMake] Does Makefile generated by CMake support make -jN?

2016-07-17 Thread Chaos Zhang
Hi, Raymond, J Decker, Andrew, Chuck, Thanks a lot for your generous help, i have found it was dependencies missing of my project, for i have not found my project was built in parallel. BTW, i have used env var "MAKEFLAGS=-j" to make in parallel, is there any way i can set "make -j" option in CMa