Skip to content

Commit

Permalink
Revert "Update libKDU to 1.4.3 (#13)"
Browse files Browse the repository at this point in the history
This reverts commit 10782ce.
  • Loading branch information
dumbasPL committed Dec 16, 2024
1 parent 10782ce commit c133de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CPMAddPackage("gh:SergiusTheBest/FindWDK#master")
list(APPEND CMAKE_MODULE_PATH "${FindWDK_SOURCE_DIR}/cmake")
find_package(WDK REQUIRED)

CPMAddPackage("gh:dumbasPL/libKDU@1.4.3")
CPMAddPackage("gh:dumbasPL/libKDU@1.4.2")

add_subdirectory(driver)
add_subdirectory(driver_interface)
Expand All @@ -66,4 +66,4 @@ add_custom_command(
add_custom_target(
fumo ALL
DEPENDS ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/fumo.exe
)
)

0 comments on commit c133de0

Please sign in to comment.