1
1
###############################################################################
2
2
# Copyright (c) 2017, 2017 IBM Corp. and others
3
- #
3
+ #
4
4
# This program and the accompanying materials are made available under
5
5
# the terms of the Eclipse Public License 2.0 which accompanies this
6
6
# distribution and is available at https://www.eclipse.org/legal/epl-2.0/
7
7
# or the Apache License, Version 2.0 which accompanies this distribution and
8
8
# is available at https://www.apache.org/licenses/LICENSE-2.0.
9
- #
9
+ #
10
10
# This Source Code may also be made available under the following
11
11
# Secondary Licenses when the conditions for such availability set
12
12
# forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
13
13
# General Public License, version 2 with the GNU Classpath
14
14
# Exception [1] and GNU General Public License, version 2 with the
15
15
# OpenJDK Assembly Exception [2].
16
- #
16
+ #
17
17
# [1] https://www.gnu.org/software/classpath/license.html
18
18
# [2] http://openjdk.java.net/legal/assembly-exception.html
19
- #
19
+ #
20
20
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
21
21
###############################################################################
22
22
@@ -29,7 +29,7 @@ message(WARNING
29
29
"CMake support is currently experimental.\n\
30
30
Various components may fail to compile with default configuration options, and some are not even attempted." )
31
31
32
- include (cmake/versions.cmake) # Required for OMR_VERSION
32
+ include (cmake/versions.cmake) # Required for OMR_VERSION
33
33
34
34
project (omr VERSION ${OMR_VERSION} LANGUAGES CXX C)
35
35
set (OMR_ROOT ${CMAKE_CURRENT_LIST_DIR} CACHE INTERNAL "Root of OMR" )
@@ -77,7 +77,7 @@ set(OMR_RAS_GLUE_TARGET "omr_example_ras_glue" CACHE STRING "The ras glue target
77
77
set (OMR_CORE_GLUE_TARGET "omr_example_core_glue" CACHE STRING "The core glue target, must be and interface library" )
78
78
79
79
# TODO should we always be adding this? Likely only when compiling OMR proper for testing. Otherwise we would want
80
- # to add the languages glue folder
80
+ # to add the languages glue folder
81
81
add_subdirectory (example/glue)
82
82
83
83
# TODO: OMR_EXAMPLE flag
@@ -147,10 +147,8 @@ if(OMR_JITBUILDER)
147
147
add_subdirectory (jitbuilder)
148
148
endif (OMR_JITBUILDER)
149
149
150
- # This should come last to ensure dependencies
150
+ # This should come last to ensure dependencies
151
151
# are defined
152
152
if (OMR_FVTEST)
153
153
add_subdirectory (fvtest)
154
154
endif ()
155
-
156
-
0 commit comments