mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: fix make edit_cache for cmake-gui
This commit is contained in:
@@ -170,6 +170,7 @@ CMakeSetupDialog::CMakeSetupDialog(const CMakeCommandLineInfo& cmdInfo,
|
||||
m_CacheEntriesList.m_CMakeSetupDialog = this;
|
||||
|
||||
m_CMakeInstance = new cmake;
|
||||
m_CMakeInstance->SetCMakeEditCommand("CMakeSetup");
|
||||
m_CMakeInstance->SetProgressCallback(updateProgress, (void *)this);
|
||||
|
||||
//{{AFX_DATA_INIT(CMakeSetupDialog)
|
||||
|
||||
Reference in New Issue
Block a user