Merge pull request #3942 from comex/osx-build-fix

Fix in-tree build (cmake .) on OS X.
This commit is contained in:
Mat M
2016-06-26 00:35:00 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// Refer to the license.txt file included.
#include "Common/Common.h"
#include "scmrev.h"
#include "Common/scmrev.h"
#ifdef _DEBUG
#define BUILD_TYPE_STR "Debug "