[CMake] Cmake 3.1.1 generates CodeBlocks project file with full paths instead of relative ... bug ?

2015-02-02 Thread Jiri Hoogland
Hi I have a project for which I would like to generate a CodeBlocks, There are a bunch of libraries I build under project_root/src/lib{1,2,3} The CMakeLists.txt file in the lib{1,2,3} directories use the following function to set up the relevant bits function( add_cxx_library lib_name ) set( de

[CMake] Announcing a (potential) new CMake project!

2015-02-02 Thread Jeremy Moles
Hello everyone! My name is Jeremy, and I've been working with AlphaPixel (http://www.alphapixel.com) for the last 3 years. Similar to other companies of the type, Chris (our CEO), gives the employees the opportunity to frequently work on projects that don't always directly relate to the contrac

Re: [CMake] CPack in CMake 3.1.0 doesn't install files

2015-02-02 Thread NoRulez
Hi, I think I found the problem: In the file cmLocalGenerator.cxx the pointer is always true since 3.1.0, which was a const char* in 3.0.2. and now it could point to an empty const std::string, but the pointer is still valid The if statement is: if(!default_config) And should be (line 411): if