Skip to content

Commit

Permalink
cmake: Update option description
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Jul 13, 2024
1 parent 3048793 commit c3b2f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cmake_dependent_option(
LIBXML2_WITH_SCHEMATRON "Add Schematron support" ON
"LIBXML2_WITH_PATTERN;LIBXML2_WITH_XPATH" OFF)
cmake_dependent_option(
LIBXML2_WITH_THREAD_ALLOC "Add per-thread memory" OFF
LIBXML2_WITH_THREAD_ALLOC "Add per-thread malloc hooks" OFF
"LIBXML2_WITH_THREADS" OFF)
cmake_dependent_option(
LIBXML2_WITH_WRITER "Add the xmlWriter saving interface" ON
Expand Down

0 comments on commit c3b2f47

Please sign in to comment.