diff --git a/CMakeLists.txt b/CMakeLists.txt index dd1982869..4ba1628e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) project (Jerry C) if(NOT DEFINED PYTHON) diff --git a/jerry-core/CMakeLists.txt b/jerry-core/CMakeLists.txt index aa58a3d0f..a2c3a6921 100644 --- a/jerry-core/CMakeLists.txt +++ b/jerry-core/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) set(JERRY_CORE_NAME jerry-core) project (${JERRY_CORE_NAME} C) diff --git a/jerry-ext/CMakeLists.txt b/jerry-ext/CMakeLists.txt index edfb06262..4f3e07cfb 100644 --- a/jerry-ext/CMakeLists.txt +++ b/jerry-ext/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) set(JERRY_EXT_NAME jerry-ext) project (${JERRY_EXT_NAME} C) diff --git a/jerry-main/CMakeLists.txt b/jerry-main/CMakeLists.txt index 8caa71a5c..82706d716 100644 --- a/jerry-main/CMakeLists.txt +++ b/jerry-main/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) project (jerry-main C) # Optional build settings diff --git a/jerry-math/CMakeLists.txt b/jerry-math/CMakeLists.txt index 4031059d1..4eb8c2d6f 100644 --- a/jerry-math/CMakeLists.txt +++ b/jerry-math/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) set(JERRY_MATH_NAME jerry-math) project (${JERRY_MATH_NAME} C) diff --git a/jerry-port/CMakeLists.txt b/jerry-port/CMakeLists.txt index 5644c4cf2..9a70b73d1 100644 --- a/jerry-port/CMakeLists.txt +++ b/jerry-port/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) set(JERRY_PORT_NAME jerry-port) project (${JERRY_PORT_NAME} C) diff --git a/tests/unit-core/CMakeLists.txt b/tests/unit-core/CMakeLists.txt index 7ecea3205..3bbc38c01 100644 --- a/tests/unit-core/CMakeLists.txt +++ b/tests/unit-core/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) project (unit-core C) if (NOT IS_ABSOLUTE ${FEATURE_PROFILE}) diff --git a/tests/unit-doc/CMakeLists.txt b/tests/unit-doc/CMakeLists.txt index 63f9355ae..c65f10ae3 100644 --- a/tests/unit-doc/CMakeLists.txt +++ b/tests/unit-doc/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) project (unit-doc C) find_package(PythonInterp REQUIRED) diff --git a/tests/unit-ext/CMakeLists.txt b/tests/unit-ext/CMakeLists.txt index 0b4008b50..291bf44fc 100644 --- a/tests/unit-ext/CMakeLists.txt +++ b/tests/unit-ext/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) project (unit-ext C) set(INCLUDE_UNIT_EXT ${CMAKE_CURRENT_SOURCE_DIR}) diff --git a/tests/unit-ext/module/CMakeLists.txt b/tests/unit-ext/module/CMakeLists.txt index db4fccff4..9368de68d 100644 --- a/tests/unit-ext/module/CMakeLists.txt +++ b/tests/unit-ext/module/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) set(JERRYX_MODULE_UNITTEST_NAME unit-test-jerry-module) project (${JERRYX_MODULE_UNITTEST_NAME} C) diff --git a/tests/unit-math/CMakeLists.txt b/tests/unit-math/CMakeLists.txt index 10ca95256..e6963da80 100644 --- a/tests/unit-math/CMakeLists.txt +++ b/tests/unit-math/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.10) project (unit-math C) # Unit tests main modules