File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
project (Jerry C)
17
17
18
18
if (NOT DEFINED PYTHON)
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
set (JERRY_CORE_NAME jerry-core)
17
17
project (${JERRY_CORE_NAME} C)
18
18
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
set (JERRY_EXT_NAME jerry-ext )
17
17
project (${JERRY_EXT_NAME} C)
18
18
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
project (jerry-main C)
17
17
18
18
# Optional build settings
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
set (JERRY_MATH_NAME jerry-math)
17
17
project (${JERRY_MATH_NAME} C)
18
18
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
set (JERRY_PORT_NAME jerry-port)
17
17
project (${JERRY_PORT_NAME} C)
18
18
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
project (unit-core C)
17
17
18
18
if (NOT IS_ABSOLUTE ${FEATURE_PROFILE} )
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
project (unit-doc C)
17
17
find_package (PythonInterp REQUIRED)
18
18
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
project (unit-ext C)
17
17
18
18
set (INCLUDE_UNIT_EXT ${CMAKE_CURRENT_SOURCE_DIR} )
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
set (JERRYX_MODULE_UNITTEST_NAME unit-test -jerry-module)
17
17
project (${JERRYX_MODULE_UNITTEST_NAME} C)
18
18
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8.12 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
project (unit-math C)
17
17
18
18
# Unit tests main modules
You can’t perform that action at this time.
0 commit comments