Revision 3cdae4a...
Go back to digest for 2nd September 2012Bug Fixes in Development Tools
Aleix Pol Gonzalez committed changes in [kdevelop/4.4] projectmanagers/cmake/cmakemanager.cpp:
Improve the way we map to cmake's variables model
Now we raise a variable scope every time we enter a CMakeLists.txt file.
It solves a bug I reproduced many times with some test/CMakeLists.txt files
defining something like:
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
This while not removing the variable when exiting the scope would make it all fail.
File Changes
Modified 1 files
- projectmanagers/cmake/cmakemanager.cpp
1 files changed in total