mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
Another try to pacify jenkins
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user