Skip to content

Commit c133de0

Browse files
committed
Revert "Update libKDU to 1.4.3 (#13)"
This reverts commit 10782ce.
1 parent 10782ce commit c133de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CPMAddPackage("gh:SergiusTheBest/FindWDK#master")
4040
list(APPEND CMAKE_MODULE_PATH "${FindWDK_SOURCE_DIR}/cmake")
4141
find_package(WDK REQUIRED)
4242

43-
CPMAddPackage("gh:dumbasPL/[email protected].3")
43+
CPMAddPackage("gh:dumbasPL/[email protected].2")
4444

4545
add_subdirectory(driver)
4646
add_subdirectory(driver_interface)
@@ -66,4 +66,4 @@ add_custom_command(
6666
add_custom_target(
6767
fumo ALL
6868
DEPENDS ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/fumo.exe
69-
)
69+
)

0 commit comments

Comments
 (0)