tools: refresh all patches
Refresh all tools patches now that tools/refresh correctly works. CI now checks for them and actively complain if tools have unrefreshed patches. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/CMakeLists.txt 2017-08-10 04:19:45.000000000 -0700
|
||||
+++ b/CMakeLists.txt 2022-11-28 17:21:03.453548350 -0800
|
||||
@@ -50,6 +50,9 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -50,6 +50,9 @@ endif()
|
||||
|
||||
project(lzop VERSION 1.04 LANGUAGES C)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
# install directories
|
||||
if(NOT CMAKE_INSTALL_PREFIX)
|
||||
message(FATAL_ERROR "ERROR: CMAKE_INSTALL_PREFIX is not defined.")
|
||||
@@ -186,9 +189,11 @@
|
||||
@@ -186,9 +189,11 @@ if(DEFINED CMAKE_INSTALL_FULL_LIBDIR)
|
||||
|
||||
install(TARGETS lzop DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user