Disable file reorg backward compatibility support by default

Change-Id: I157e05e52a1a61b86fa2fc6f29d31361a688fa10


[ROCm/ROCR-Runtime commit: 96c8bb11b1]
This commit is contained in:
Ranjith Ramakrishnan
2023-08-07 09:40:31 -07:00
parent 526952d090
commit 78f32a3b5e
+1 -3
View File
@@ -212,9 +212,7 @@ install ( DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ DESTINATION ${CMAKE_INS
COMPONENT devel PATTERN "linux" EXCLUDE )
# Option to build header path migration helpers.
if( NOT ENABLE_ASAN_PACKAGING )
option(INCLUDE_PATH_COMPATIBILITY "Generate backward compatible headers and include paths. Use of these headers will warn when included." ON)
endif()
option(INCLUDE_PATH_COMPATIBILITY "Generate backward compatible headers and include paths. Use of these headers will warn when included." OFF)
if(INCLUDE_PATH_COMPATIBILITY)
# To enable/disable #error in wrapper header files