Another try to pacify jenkins

This commit is contained in:
Alexander Bock
2023-01-26 15:50:05 +01:00
parent 583178e641
commit 96a261df20

View File

@@ -158,11 +158,11 @@ namespace {
std::ofstream outFile;
try {
outFile.open(path, std::ofstream::out);
sgct::config::GeneratorVersion genEntry = sgct::config::GeneratorVersion(
sgct::config::GeneratorVersion genEntry = sgct::config::GeneratorVersion{
"OpenSpace",
OPENSPACE_VERSION_MAJOR,
OPENSPACE_VERSION_MINOR
);
};
outFile << sgct::serializeConfig(
cluster,
genEntry