Skip to content

Commit

Permalink
Changing target of xmlParser to build_fix_oct_2024 branch to resolve …
Browse files Browse the repository at this point in the history
…build issues with manylinux wheels for pywincalc.
  • Loading branch information
StephenCzarnecki committed Jan 3, 2025
1 parent 4d40f00 commit 48afce7
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 @@ -27,7 +27,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR})
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR})

# Include additional CMake files
set(xmlParser_Branch "v1.0.1")
set(xmlParser_Branch "build_fix_oct_2024")

include(FetchContent)
FetchContent_Declare(
Expand Down

0 comments on commit 48afce7

Please sign in to comment.