Disable file reorg backward compatibility support by default

Change-Id: Ib53a4d0476ec598025d4f1f98414e0e425bb0e49
このコミットが含まれているのは:
Ranjith Ramakrishnan
2023-08-07 09:37:12 -07:00
コミット bb4756d2e0
+1 -4
ファイルの表示
@@ -316,11 +316,8 @@ install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md DESTINATION ${CMAKE_INSTA
# Install public headers
install ( DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/inc/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hsa COMPONENT dev )
# Disable header path migration helpers for ASAN package
if(NOT ENABLE_ASAN_PACKAGING)
# Option to build header path migration helpers.
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
if(NOT DEFINED ROCM_HEADER_WRAPPER_WERROR)