SWDEV-366827 - Disable file reorg backward compatibility support by default
Change-Id: I17585455bb3ee8188a81ed53e1e87a911f4d6b68
[ROCm/rocprofiler commit: 538a54ec05]
This commit is contained in:
@@ -254,12 +254,9 @@ install(
|
|||||||
WORLD_EXECUTE
|
WORLD_EXECUTE
|
||||||
COMPONENT runtime)
|
COMPONENT runtime)
|
||||||
|
|
||||||
# File reorg backward compatibility for non ASAN packaging
|
# File reorg Backward compatibility
|
||||||
if(NOT ENABLE_ASAN_PACKAGING)
|
option(FILE_REORG_BACKWARD_COMPATIBILITY
|
||||||
# File reorg Backward compatibility
|
"Enable File Reorg with backward compatibility" OFF)
|
||||||
option(FILE_REORG_BACKWARD_COMPATIBILITY
|
|
||||||
"Enable File Reorg with backward compatibility" ON)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(FILE_REORG_BACKWARD_COMPATIBILITY)
|
if(FILE_REORG_BACKWARD_COMPATIBILITY)
|
||||||
# To enabe/disable #error in wrapper header files
|
# To enabe/disable #error in wrapper header files
|
||||||
|
|||||||
Reference in New Issue
Block a user