RelwithDeb bug fix
This commit is contained in:
@@ -30,7 +30,7 @@ void Application::buildProject() {
|
||||
auto configureDirRelWithDebTask =
|
||||
m_Taskflow
|
||||
.emplace([this]() {
|
||||
this->configureDir("build/relwithdeb", "RelWithDeb");
|
||||
this->configureDir("build/relwithdeb", "RelWithDebInfo");
|
||||
})
|
||||
.name("configureDir(build/relwithdeb)");
|
||||
auto buildDirRelWithDebTask =
|
||||
@@ -91,7 +91,7 @@ void Application::buildProject() {
|
||||
auto configureDirTask =
|
||||
m_Taskflow
|
||||
.emplace([this]() {
|
||||
this->configureDir("build/relwithdeb", "RelWithDeb");
|
||||
this->configureDir("build/relwithdeb", "RelWithDebInfo");
|
||||
})
|
||||
.name("configureDir(build/relwithdeb)");
|
||||
auto buildDirTask =
|
||||
@@ -139,7 +139,7 @@ void Application::configureProject() {
|
||||
auto configureDirRelWithDebTask =
|
||||
m_Taskflow
|
||||
.emplace([this]() {
|
||||
this->configureDir("build/relwithdeb", "RelWithDeb");
|
||||
this->configureDir("build/relwithdeb", "RelWithDebInfo");
|
||||
})
|
||||
.name("configureDir(build/relwithdeb)");
|
||||
checkBuildDirsTask.precede(configureDirRelWithDebTask);
|
||||
@@ -173,7 +173,7 @@ void Application::configureProject() {
|
||||
auto configureDirRelWithDebTask =
|
||||
m_Taskflow
|
||||
.emplace([this]() {
|
||||
this->configureDir("build/relwithdeb", "RelWithDeb");
|
||||
this->configureDir("build/relwithdeb", "RelWithDebInfo");
|
||||
})
|
||||
.name("configureDir(build/relwithdeb)");
|
||||
checkBuildDirsTask.precede(configureDirRelWithDebTask);
|
||||
|
||||
Reference in New Issue
Block a user