Linker error fixes

Adapted OpenSpace Version to different naming for defines
This commit is contained in:
Joakim Kilby
2015-05-22 14:24:00 +02:00
parent d2dec6c9eb
commit 98b06af6d1
2 changed files with 4 additions and 2 deletions

View File

@@ -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();