Update Ghoul version

This commit is contained in:
Alexander Bock
2021-05-18 14:19:54 +02:00
parent aec5144da3
commit b9a8ec93de
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1078,7 +1078,7 @@ int main(int argc, char* argv[]) {
bool showHelp = parser.execute();
if (showHelp) {
parser.displayHelp(std::cout);
std::cout << parser.helpText();
exit(EXIT_SUCCESS);
}
// Take an actual copy of the arguments
+1
View File
@@ -48,6 +48,7 @@
#include <openspace/util/updatestructures.h>
#include <openspace/util/versionchecker.h>
#include <ghoul/filesystem/filesystem.h>
#include <ghoul/font/font.h>
#include <ghoul/font/fontmanager.h>
#include <ghoul/font/fontrenderer.h>
#include <ghoul/io/texture/texturereader.h>