From 6ca366f6b2cc2bc2273fa55b762af7ab37d4037a Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Mon, 7 Aug 2023 11:09:46 -0700 Subject: [PATCH] SWDEV-366827 - Disable file reorg backward compatibility support by default Change-Id: I17585455bb3ee8188a81ed53e1e87a911f4d6b68 [ROCm/rocprofiler commit: 538a54ec05b0ef919d539fb58481656062688733] --- projects/rocprofiler/CMakeLists.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/projects/rocprofiler/CMakeLists.txt b/projects/rocprofiler/CMakeLists.txt index c8f5da723e..2b96f54e7d 100644 --- a/projects/rocprofiler/CMakeLists.txt +++ b/projects/rocprofiler/CMakeLists.txt @@ -254,12 +254,9 @@ install( WORLD_EXECUTE COMPONENT runtime) -# File reorg backward compatibility for non ASAN packaging -if(NOT ENABLE_ASAN_PACKAGING) - # File reorg Backward compatibility - option(FILE_REORG_BACKWARD_COMPATIBILITY - "Enable File Reorg with backward compatibility" ON) -endif() +# File reorg Backward compatibility +option(FILE_REORG_BACKWARD_COMPATIBILITY + "Enable File Reorg with backward compatibility" OFF) if(FILE_REORG_BACKWARD_COMPATIBILITY) # To enabe/disable #error in wrapper header files