CMake: Remove XML_STATIC definition that is not needed with expat 2.2.6
This commit is contained in:
parent
f92030d650
commit
4752b66bed
@ -38,9 +38,6 @@ target_include_directories(xmp
|
||||
${EXPAT_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
# TODO : We should only add this definition for Windows
|
||||
target_compile_definitions(xmp PRIVATE XML_STATIC)
|
||||
|
||||
check_include_file( "stdint.h" EXV_HAVE_STDINT_H )
|
||||
if (EXV_HAVE_STDINT_H)
|
||||
target_compile_definitions(xmp PRIVATE EXV_HAVE_STDINT_H)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user