Revert relative path for Windows
This commit is contained in:
parent
496f674b90
commit
e0f568b9d9
|
@ -1,11 +1,7 @@
|
||||||
#ifndef CONFIG_H
|
#ifndef CONFIG_H
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#define DATADIR "../share/Parsodus/"
|
|
||||||
#else
|
|
||||||
#define DATADIR "@CMAKE_INSTALL_PREFIX@/share/Parsodus/"
|
#define DATADIR "@CMAKE_INSTALL_PREFIX@/share/Parsodus/"
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif //CONFIG_H
|
#endif //CONFIG_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue