Regen patches

This commit is contained in:
rsadowski 2022-08-29 16:50:34 +00:00
parent cf70ba1bdc
commit f8c284c6f9
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Index: common/CMakeLists.txt
--- common/CMakeLists.txt.orig
+++ common/CMakeLists.txt
@@ -682,5 +682,5 @@ make_lexer(
@@ -683,5 +683,5 @@ make_lexer(
# This one gets made only when testing.
# to build it, first enable #define STAND_ALONE at top of dsnlexer.cpp
add_executable( dsntest EXCLUDE_FROM_ALL dsnlexer.cpp )

View File

@ -1,7 +1,7 @@
Index: cvpcb/CMakeLists.txt
--- cvpcb/CMakeLists.txt.orig
+++ cvpcb/CMakeLists.txt
@@ -83,7 +83,7 @@ target_link_libraries( cvpcb_kiface ${Boost_LIBRARIES}
@@ -85,7 +85,7 @@ target_link_libraries( cvpcb_kiface ${Boost_LIBRARIES}
if( UNIX AND NOT APPLE )
# -lrt must follow Boost

View File

@ -1,7 +1,7 @@
Index: pcbnew/CMakeLists.txt
--- pcbnew/CMakeLists.txt.orig
+++ pcbnew/CMakeLists.txt
@@ -493,7 +493,7 @@ add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}
@@ -495,7 +495,7 @@ add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}
)
if( UNIX AND NOT APPLE )