Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 27, 2023
1 parent f9cd975 commit 80a235e
Showing 1 changed file with 5 additions and 33 deletions.
38 changes: 5 additions & 33 deletions ci/omit-cuslide-benchmarks-and-tests.patch
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,6 @@ index 0ab2e17..2a42462 100644
)

install(TARGETS ${INSTALL_TARGETS}
diff --git a/ci/omit-cuslide-benchmarks-and-tests.patch b/ci/omit-cuslide-benchmarks-and-tests.patch
index 6394bf2..e69de29 100644
--- a/ci/omit-cuslide-benchmarks-and-tests.patch
+++ b/ci/omit-cuslide-benchmarks-and-tests.patch
@@ -1,25 +0,0 @@
-diff --git a/cpp/plugins/cucim.kit.cuslide/CMakeLists.txt b/cpp/plugins/cucim.kit.cuslide/CMakeLists.txt
-index 37dbca4..18b301a 100644
---- a/cpp/plugins/cucim.kit.cuslide/CMakeLists.txt
-+++ b/cpp/plugins/cucim.kit.cuslide/CMakeLists.txt
-@@ -258,16 +258,16 @@ set_target_properties(${CUCIM_PLUGIN_NAME} PROPERTIES OUTPUT_NAME "${CUCIM_PLUGI
- ################################################################################
- # Add tests
- #########################################################std#######################
--add_subdirectory(tests)
--add_subdirectory(benchmarks)
-+# add_subdirectory(tests)
-+# add_subdirectory(benchmarks)
-
- ################################################################################
- # Install
- ################################################################################
- set(INSTALL_TARGETS
- ${CUCIM_PLUGIN_NAME}
-- cuslide_tests
-- cuslide_benchmarks
-+ # cuslide_tests
-+ # cuslide_benchmarks
- )
-
- install(TARGETS ${INSTALL_TARGETS}
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 67409a6..d2230b3 100644
--- a/cpp/CMakeLists.txt
Expand All @@ -64,15 +34,17 @@ index 67409a6..d2230b3 100644
#################################################################################
## Add bindings
diff --git a/cpp/plugins/cucim.kit.cuslide/CMakeLists.txt b/cpp/plugins/cucim.kit.cuslide/CMakeLists.txt
index 37dbca4..18b301a 100644
index 37dbca4..3cb57a6 100644
--- a/cpp/plugins/cucim.kit.cuslide/CMakeLists.txt
+++ b/cpp/plugins/cucim.kit.cuslide/CMakeLists.txt
@@ -258,16 +258,16 @@ set_target_properties(${CUCIM_PLUGIN_NAME} PROPERTIES OUTPUT_NAME "${CUCIM_PLUGI
@@ -257,17 +257,17 @@ set_target_properties(${CUCIM_PLUGIN_NAME} PROPERTIES OUTPUT_NAME "${CUCIM_PLUGI

################################################################################
# Add tests
#########################################################std#######################
-#########################################################std#######################
-add_subdirectory(tests)
-add_subdirectory(benchmarks)
+################################################################################
+# add_subdirectory(tests)
+# add_subdirectory(benchmarks)

Expand Down

0 comments on commit 80a235e

Please sign in to comment.