diff --git a/projects/rocprofiler/CMakeLists.txt b/projects/rocprofiler/CMakeLists.txt index 20a59e4e54..9d52082896 100644 --- a/projects/rocprofiler/CMakeLists.txt +++ b/projects/rocprofiler/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