Revert relative path for Windows

This commit is contained in:
Thomas Avé 2017-01-06 02:04:49 +01:00
parent 496f674b90
commit e0f568b9d9
1 changed files with 0 additions and 4 deletions

View File

@ -1,11 +1,7 @@
#ifndef CONFIG_H
#define CONFIG_H
#ifdef _WIN32
#define DATADIR "../share/Parsodus/"
#else
#define DATADIR "@CMAKE_INSTALL_PREFIX@/share/Parsodus/"
#endif
#endif //CONFIG_H