File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 19
19
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
20
20
#############################################################################
21
21
22
+ # Include once
23
+ if (OMR_COMPILER_SUPPORT_)
24
+ return ()
25
+ endif ()
26
+ set (OMR_COMPILER_SUPPORT_ 1)
27
+
28
+
22
29
# This file contains a number of support pieces required to build the compiler
23
30
# component.
24
31
#
Original file line number Diff line number Diff line change 19
19
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
20
20
###############################################################################
21
21
22
- include (../../cmake/compiler_support.cmake )
22
+ include (OmrCompilerSupport )
23
23
24
24
set (COMPILERTEST_FILES
25
25
ilgen/BinaryOpIlInjector.cpp
Original file line number Diff line number Diff line change 20
20
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
21
21
###############################################################################
22
22
23
- include (../cmake/compiler_support.cmake )
23
+ include (OmrCompilerSupport )
24
24
25
25
26
26
# JitBuilder Files
You can’t perform that action at this time.
0 commit comments