Bug fix for PR43 (#54)

Este commit está contenido en:
Yiltan
2025-03-19 09:39:07 -04:00
cometido por GitHub
padre aa3121a967
commit 7d9e82fb34
Se han modificado 2 ficheros con 14 adiciones y 9 borrados
+11 -9
Ver fichero
@@ -111,15 +111,6 @@ include(ROCMCheckTargetIds)
rocm_setup_version(VERSION 2.0.0)
project(rocshmem VERSION 2.0.0 LANGUAGES CXX)
###############################################################################
# TEST SUBDIRECTORIES
###############################################################################
add_subdirectory(tests)
if (BUILD_EXAMPLES)
add_subdirectory(examples)
endif()
###############################################################################
# CREATE ROCSHMEM LIBRARY
###############################################################################
@@ -211,7 +202,18 @@ if (NOT BUILD_TESTS_ONLY)
${IBVERBS_LIBRARIES}
)
endif()
endif()
###############################################################################
# TEST SUBDIRECTORIES
###############################################################################
add_subdirectory(tests)
if (BUILD_EXAMPLES)
add_subdirectory(examples)
endif()
if (NOT BUILD_TESTS_ONLY)
#############################################################################
# INSTALL
#############################################################################