From 52187e010d049939f5ff2c5a1d1403dcd243dbf8 Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Mon, 7 Aug 2023 09:24:17 -0700 Subject: [PATCH] SWDEV-366827 - Disable file reorg backward compatibility support by default Change-Id: I9c4201d7786be2e3f77bc1d4d15887741ba59ec5 [ROCm/rdc commit: 2e096d90092435439891f4913664fa7d84ee3ed2] --- projects/rdc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rdc/CMakeLists.txt b/projects/rdc/CMakeLists.txt index 24635a97c7..334a0f613a 100755 --- a/projects/rdc/CMakeLists.txt +++ b/projects/rdc/CMakeLists.txt @@ -57,7 +57,7 @@ option(BUILD_ROCPTEST "Build targets for librdc_rocp.so" OFF) option(BUILD_TESTS "Build test suite" OFF) # File reorganization enable/disable -option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorg with backward compatibility" ON) +option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorg with backward compatibility" OFF) option(CMAKE_VERBOSE_MAKEFILE "Enable verbose output" ON)