Skip to content

Commit 78a32ea

Browse files
committed
use upstream linux-pe
can1357/linux-pe#13
1 parent b91b240 commit 78a32ea

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
@@ -14,7 +14,7 @@ CPMAddPackage(
1414
)
1515
find_package(lz4 REQUIRED)
1616

17-
CPMAddPackage("gh:dumbasPL/linux-pe#master")
17+
CPMAddPackage("gh:can1357/linux-pe#master")
1818
find_package(linux-pe REQUIRED)
1919

2020
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
@@ -76,4 +76,4 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
7676
fumo ALL
7777
DEPENDS ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/fumo.exe
7878
)
79-
endif()
79+
endif()

0 commit comments

Comments
 (0)