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
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
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