From 6ab944c00953aad1277ae50541bb5bbd5e0f9b08 Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Mon, 7 Aug 2023 11:00:24 -0700 Subject: [PATCH] SWDEV-366827 - Disable file reorg backward compatibility support by default Change-Id: Ibf3c409c1741211ea86d52a90227c64ef47ee54b --- src/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8714e11759..f314329df2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -244,9 +244,7 @@ install(TARGETS hip_stats LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/${PROJECT_ endif() -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) if(FILE_REORG_BACKWARD_COMPATIBILITY) ## To enable/disable #error in wrapper header files