mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-15 08:21:23 -06:00
Linker error fixes
Adapted OpenSpace Version to different naming for defines
This commit is contained in:
@@ -210,7 +210,7 @@ bool OpenSpaceEngine::create(
|
||||
LINFOC("OpenSpace Version",
|
||||
OPENSPACE_VERSION_MAJOR << "." <<
|
||||
OPENSPACE_VERSION_MINOR << "." <<
|
||||
OPENSPACE_VERSION_REVISION << " (" << OPENSPACE_VERSION_STRING << ")");
|
||||
OPENSPACE_VERSION_PATCH << " (" << OPENSPACE_VERSION_STRING << ")");
|
||||
|
||||
// Create directories that doesn't exist
|
||||
auto tokens = FileSys.tokens();
|
||||
|
||||
Reference in New Issue
Block a user