This commit is contained in:
2020-08-19 19:55:42 +03:00
3 changed files with 3 additions and 2 deletions

View File

@@ -152,6 +152,7 @@ else()
foreach(F ${PIP_MAIN_FOLDERS})
list(APPEND PIP_INCLUDES "${F}")
endforeach(F)
add_subdirectory(cd_utils)
set(_DIRS)
if (SomeQtFound)
message(STATUS "Building Qt-derived targets for ${QtVersions}")

2
pip

Submodule pip updated: fec68299c1...cc580d9385

View File

@@ -30,5 +30,5 @@ int main(int argc, char * argv[]) {
}
}
}
return a.exec();
return 0;
}