From 9406cdd83264d76c26cdc69f028f8deebce9038e Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Mon, 7 Aug 2023 09:19:57 -0700 Subject: [PATCH] SWDEV-366827 - Disable file reorg backward compatibility support by default Change-Id: I1de06d0d6a30c8c862d768b58460ef1b49d15e29 --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4199ef556f..87117c9fa6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,10 +186,7 @@ set (CPACK_RPM_TESTS_PACKAGE_REQUIRES "python3, rocm-core") add_subdirectory("rocm_smi") add_subdirectory("oam") -# Disable file reorg backward compatibility for ASAN packaging -if(NOT ENABLE_ASAN_PACKAGING) - option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorg with backward compatibility" ON) -endif() +option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorg with backward compatibility" OFF) # Add tests if(BUILD_TESTS)