We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91b240 commit 78a32eaCopy full SHA for 78a32ea
src/CMakeLists.txt
@@ -14,7 +14,7 @@ CPMAddPackage(
14
)
15
find_package(lz4 REQUIRED)
16
17
-CPMAddPackage("gh:dumbasPL/linux-pe#master")
+CPMAddPackage("gh:can1357/linux-pe#master")
18
find_package(linux-pe REQUIRED)
19
20
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
@@ -76,4 +76,4 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
76
fumo ALL
77
DEPENDS ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/fumo.exe
78
79
-endif()
+endif()
0 commit comments