mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Update sgct submodule to use new sgct config generator version
This commit is contained in:
@@ -149,13 +149,14 @@ namespace {
|
||||
std::ofstream outFile;
|
||||
try {
|
||||
outFile.open(path, std::ofstream::out);
|
||||
sgct::config::GeneratorVersion genEntry = {
|
||||
"OpenSpace",
|
||||
OPENSPACE_VERSION_MAJOR,
|
||||
OPENSPACE_VERSION_MINOR
|
||||
};
|
||||
outFile << sgct::serializeConfig(
|
||||
cluster,
|
||||
{
|
||||
"OpenSpace",
|
||||
OPENSPACE_VERSION_MAJOR,
|
||||
OPENSPACE_VERSION_MINOR
|
||||
}
|
||||
genEntry
|
||||
);
|
||||
}
|
||||
catch (const std::ofstream::failure& e) {
|
||||
|
||||
Submodule apps/OpenSpace/ext/sgct updated: 75188ca09b...213e8670ca
Reference in New Issue
Block a user