summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakestep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakestep.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakestep.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakestep.cpp b/src/plugins/cmakeprojectmanager/cmakestep.cpp
index 0c267ca2c4..adbfe59b6c 100644
--- a/src/plugins/cmakeprojectmanager/cmakestep.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakestep.cpp
@@ -61,6 +61,11 @@ bool CMakeStep::init(const QString &buildConfiguration)
void CMakeStep::run(QFutureInterface<bool> &fi)
{
+ // TODO we want to only run cmake if the command line arguments or
+ // the CmakeLists.txt has actually changed
+ // And we want all of them to share the SAME command line arguments
+ // Shadow building ruins this, hmm, hmm
+ //
AbstractProcessStep::run(fi);
}