Skip to content

Commit

Permalink
Update libxml2.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Nov 13, 2024
1 parent 7c90fb4 commit cb9afa1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project/externals/libxml2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

set(name libxml2)
set(source_dir ${CMAKE_CURRENT_BINARY_DIR}/${name}/source)
set(version "2.13.4")

ExternalProject_Add(
${name}
Expand All @@ -26,7 +25,6 @@ ExternalProject_Add(
-DLIBXML2_WITH_ZLIB=OFF
-DLIBXML2_WITH_PROGRAMS=OFF
-DLIBXML2_WITH_TESTS=OFF
"-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} ${extra_c_flags}"
BUILD_COMMAND make -s -j${BUILDING_JOBS_NUM}
BUILD_IN_SOURCE 1
INSTALL_COMMAND make -s install -j${BUILDING_JOBS_NUM}
Expand Down

0 comments on commit cb9afa1

Please sign in to comment.