early-access version 2853
This commit is contained in:
7
externals/vcpkg/ports/openssl/unix/remove-deps.cmake
vendored
Executable file
7
externals/vcpkg/ports/openssl/unix/remove-deps.cmake
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
file(GLOB_RECURSE MAKEFILES ${DIR}/*/Makefile)
|
||||
foreach(MAKEFILE ${MAKEFILES})
|
||||
message("removing deps from ${MAKEFILE}")
|
||||
file(READ "${MAKEFILE}" _contents)
|
||||
string(REGEX REPLACE "\n# DO NOT DELETE THIS LINE.*" "" _contents "${_contents}")
|
||||
file(WRITE "${MAKEFILE}" "${_contents}")
|
||||
endforeach()
|
Reference in New Issue
Block a user