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 -------------------------------------------------- */
|
||||
#if defined(NEED_XPARSEGEOMETRY_IMPL)
|
||||
#if defined(NEED_XPARSEGEOMETRY_IMPL) || defined(TARGET_HOST_MS_WINDOWS)
|
||||
# include "util/xparsegeometry_repl.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user