From 96c8bb11b1b4cc3e8b9a35d587779584dae8dcef Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Mon, 7 Aug 2023 09:40:31 -0700 Subject: [PATCH] Disable file reorg backward compatibility support by default Change-Id: I157e05e52a1a61b86fa2fc6f29d31361a688fa10 --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b941fd174a..e3b9085449 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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