SWDEV-462616 - Sample 19 is disabled temporarily due to ASAN failure.

Change-Id: I6528095909da1f91dbe7383752deca780a38a231


[ROCm/hip-tests commit: ba83484a8d]
Este commit está contenido en:
Jaydeep Patel
2024-07-04 05:41:15 +00:00
padre 5d51ecfd8b
commit 44e6cc3e7a
@@ -1,7 +1,10 @@
# The test must be with CMake 3.18 or above which supports LINK_LANGUAGE that is necessary for
# Fortran build.
cmake_minimum_required(VERSION 3.18.0)
if(ENABLE_ADDRESS_SANITIZER)
message(STATUS "This fortran sample is temporarily disabled due to SWDEV-462616.")
return()
endif()
project(cmake_lang_test CXX Fortran)
if(UNIX)