XParseGeometry will always be needed for Windows, no need for cmake to figure this out.
This commit is contained in:
parent
6a3b4e4771
commit
55e4430113
@ -317,7 +317,7 @@ void fgDeinitialize( void )
|
|||||||
|
|
||||||
|
|
||||||
/* -- INTERFACE FUNCTIONS -------------------------------------------------- */
|
/* -- INTERFACE FUNCTIONS -------------------------------------------------- */
|
||||||
#if defined(NEED_XPARSEGEOMETRY_IMPL)
|
#if defined(NEED_XPARSEGEOMETRY_IMPL) || defined(TARGET_HOST_MS_WINDOWS)
|
||||||
# include "util/xparsegeometry_repl.h"
|
# include "util/xparsegeometry_repl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user