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

Change-Id: I6528095909da1f91dbe7383752deca780a38a231
Этот коммит содержится в:
Jaydeep Patel
2024-07-04 05:41:15 +00:00
родитель a3bc534a5f
Коммит ba83484a8d
+4 -1
Просмотреть файл
@@ -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)