Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit ea6ba24

Browse files
raramakrzhang2amd
authored andcommitted
SWDEV-383221 - Set the default value of ROCM_HEADER_WRAPPER_WERROR to OFF
Using wrapper header files will result in #warning message by default Change-Id: Id5ba3ddf51fef0e2ca2bcbd1d1010e35731a51f6
1 parent f72cc8c commit ea6ba24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/comgr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ if(FILE_REORG_BACKWARD_COMPATIBILITY)
263263
set(ROCM_HEADER_WRAPPER_WERROR "$ENV{ROCM_HEADER_WRAPPER_WERROR}"
264264
CACHE STRING "Header wrapper warnings as errors.")
265265
else()
266-
set(ROCM_HEADER_WRAPPER_WERROR "ON" CACHE STRING "Header wrapper warnings as errors.")
266+
set(ROCM_HEADER_WRAPPER_WERROR "OFF" CACHE STRING "Header wrapper warnings as errors.")
267267
endif()
268268
endif()
269269
if(ROCM_HEADER_WRAPPER_WERROR)

0 commit comments

Comments
 (0)