From ae3c278d7a701b57f05ce46c656f3458a71ea443 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Thu, 26 Oct 2023 16:59:00 +0000 Subject: [PATCH] SWDEV-366827 - Fixing Issues with ASAN builds due to merging Change-Id: I2da6607872b10e6a0211e08604254d4425fadb77 --- CMakeLists.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20a59e4e54..9d52082896 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,12 +267,10 @@ install( DESTINATION ${CMAKE_INSTALL_LIBDIR}/${ROCPROFILER_NAME} 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