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

2016-07-14 Thread Chaos Zhang
Hi, Chuck, Thanks for your generous help. Actually there is no make -j option in the already exist make flow of my project as i know so far. Because i have read the makefiles in detail, and when i make my project, the sub projects in my project executed in order. The problem i found is it cost

Re: [CMake] cmake 3.5 vs 3.6 + qt

2016-07-14 Thread Tom Kulaga
Hi All, I'm using 3.5.2 for a qt based project and I've updated to 3.6 and the RCC feature seems to fail. Here's a summary CMAKE settings: cmake_policy(SET CMP0015 NEW) # relative linker paths cmake_policy(SET CMP0020 NEW) # linking to qmainlib # Tell CMake to run moc when necessary: set(CMA

Re: [CMake] CMake Reports Incorrect HDF5 Libraries on OS X after 3.6.0 Upgrade

2016-07-14 Thread Chuck Atkins
Hi Brennan, We also just got the Homebrew cmake formula updated to explicitly include the patch. See https://github.com/Homebrew/homebrew-core/pull/2968 - Chuck On Wed, Jul 13, 2016 at 11:10 PM, Breannan Smith wrote: > Rad, I can verify that the issue is resolved in the git repo if anyone > e

Re: [CMake] OSX Code Signing best practice

2016-07-14 Thread Roman Wüger
Is it possible to sign after your package is complete (copying resource files and so on)? I call a *.sh which is created from the CMake configure step which do the job. Best Regards Roman > Am 12.07.2016 um 18:49 schrieb Harry Mallon : > > Hello all, > > What is the current best practice for