message(FATAL_ERROR"StoRM - HyPro was requested but not found")
message(FATAL_ERROR"storm - HyPro was requested but not found")
endif()
endif()
@ -493,7 +492,7 @@ if(ENABLE_CUDA)
if(NOTSTORM_CUDA_COMPILE_RESULT_TYPEALIGNMENT)
message(FATAL_ERROR"storm (CudaPlugin) - Could not test type alignment, there was an Error while compiling the file ${PROJECT_SOURCE_DIR}/cuda/CMakeAlignmentCheck.cpp: ${OUTPUT_TEST_VAR}")
elseif(STORM_CUDA_RUN_RESULT_TYPEALIGNMENTEQUAL0)
message(STATUS"StoRM (CudaPlugin) - Result of Type Alignment Check: OK.")
message(STATUS"storm (CudaPlugin) - Result of Type Alignment Check: OK.")
else()
message(FATAL_ERROR"storm (CudaPlugin) - Result of Type Alignment Check: FAILED (Code ${STORM_CUDA_RUN_RESULT_TYPEALIGNMENT})")