CMake: Remove XML_STATIC definition that is not needed with expat 2.2.6

This commit is contained in:
Luis Díaz Más 2018-11-21 17:17:59 +01:00
parent f92030d650
commit 4752b66bed

View File

@ -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)