We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d40e1 commit 5287e10Copy full SHA for 5287e10
CMakeLists.txt
@@ -208,7 +208,9 @@ ENDIF()
208
# To be used only in exceptional cases, such as when the macro
209
# uses symbols from outside the standard O2 build/runtime
210
# environment.
211
-SET(IGNORE_MACROS)
+SET(IGNORE_MACROS
212
+ ${CMAKE_SOURCE_DIR}/Generators/share/external/hijing.C
213
+)
214
215
# UNIT TESTS VERIFYING CONSISTENT STATE OF OUR ROOT MACROS AND THE EXECUTION ENVIRONMENT
216
if(CHECK_ROOTMACRO_COMPILE AND HAVESIMULATION)
0 commit comments