Bug fix for PR43 (#54)
Este commit está contenido en:
+11
-9
@@ -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
|
||||
#############################################################################
|
||||
|
||||
Referencia en una nueva incidencia
Block a user