Skip to content

Commit c02969c

Browse files
committed
Enable _HAVE_LIBXML macro in CMakeLists.txt
Reactivates the _HAVE_LIBXML macro which was previously commented due to linker issues. This change reflects that the issues are resolved or no longer impactful, ensuring proper XML-related functionality.
1 parent c81d624 commit c02969c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if (${PLATFORM} STREQUAL "WINDOWS")
7878
set (OS_SPECIFIC_COMPILER_DEFS
7979
WIN32
8080
PYMOL_OPENMP
81-
# _HAVE_LIBXML # I had linker problems using this macro
81+
_HAVE_LIBXML # I had linker problems using this macro
8282
)
8383
endif ()
8484

0 commit comments

Comments
 (0)