-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
omit build of cuslide_benchmarks and cuslide_tests on arm64
- Loading branch information
Showing
2 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
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} |