Skip to content

Commit 5287e10

Browse files
committed
Add hijing.C to CI ignore list
1 parent 17d40e1 commit 5287e10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ ENDIF()
208208
# To be used only in exceptional cases, such as when the macro
209209
# uses symbols from outside the standard O2 build/runtime
210210
# environment.
211-
SET(IGNORE_MACROS)
211+
SET(IGNORE_MACROS
212+
${CMAKE_SOURCE_DIR}/Generators/share/external/hijing.C
213+
)
212214

213215
# UNIT TESTS VERIFYING CONSISTENT STATE OF OUR ROOT MACROS AND THE EXECUTION ENVIRONMENT
214216
if(CHECK_ROOTMACRO_COMPILE AND HAVESIMULATION)

0 commit comments

Comments
 (0)