SWDEV-366827 - Disable file reorg backward compatibility support by default

Change-Id: I17585455bb3ee8188a81ed53e1e87a911f4d6b68
This commit is contained in:
Ranjith Ramakrishnan
2023-08-07 11:09:46 -07:00
parent 71b8b748c3
commit 538a54ec05
+3 -6
View File
@@ -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