libpqxx: remove unneeded patch
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
This commit is contained in:
parent
515c780da3
commit
c0ac509c87
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- a/test/CMakeLists.txt
|
|
||||||
+++ b/test/CMakeLists.txt
|
|
||||||
@@ -14,3 +14,7 @@ add_test(
|
|
||||||
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
|
|
||||||
COMMAND runner
|
|
||||||
)
|
|
||||||
+
|
|
||||||
+if(INSTALL_TEST)
|
|
||||||
+ install(PROGRAMS runner TYPE BIN RENAME libpqxx-test-runner)
|
|
||||||
+endif()
|
|
Loading…
Reference in a new issue