Skip to content

Commit 23e60f3

Browse files
raramakrDavid Salinas
authored andcommitted
SWDEV-366827 - Disable file reorg backward compatibility support by default
Change-Id: Ieb1005e6b510e0239419b8b26781b6ce1f70cf71
1 parent 185e2a5 commit 23e60f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

amd/comgr/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ endif(EXISTS "${CMAKE_SOURCE_DIR}/../../.git")
2727

2828
include(GNUInstallDirs)
2929
include(CMakePackageConfigHelpers)
30-
# Disable file reorg backward compatibility for ASAN build
31-
if(NOT ENABLE_ASAN_PACKAGING)
32-
option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorg with backward compatibility" ON)
33-
endif()
30+
option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorg with backward compatibility" OFF)
3431
# Optionally, build Compiler Support with ccache.
3532
set(ROCM_CCACHE_BUILD OFF CACHE BOOL "Set to ON for a ccache enabled build")
3633
if (ROCM_CCACHE_BUILD)

0 commit comments

Comments
 (0)