Skip to content

Commit edbd5e7

Browse files
committed
CMake update cmake_minimum_required (VERSION 3.5)
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo [email protected]
1 parent 4539f42 commit edbd5e7

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
project (Jerry C)
1717

1818
if(NOT DEFINED PYTHON)

jerry-core/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
set(JERRY_CORE_NAME jerry-core)
1717
project (${JERRY_CORE_NAME} C)
1818

jerry-ext/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
set(JERRY_EXT_NAME jerry-ext)
1717
project (${JERRY_EXT_NAME} C)
1818

jerry-main/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
project (jerry-main C)
1717

1818
# Optional build settings

jerry-math/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
set(JERRY_MATH_NAME jerry-math)
1717
project (${JERRY_MATH_NAME} C)
1818

jerry-port/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
set(JERRY_PORT_NAME jerry-port)
1717
project (${JERRY_PORT_NAME} C)
1818

tests/unit-core/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
project (unit-core C)
1717

1818
if (NOT IS_ABSOLUTE ${FEATURE_PROFILE})

tests/unit-doc/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
project (unit-doc C)
1717
find_package(PythonInterp REQUIRED)
1818

tests/unit-ext/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
project (unit-ext C)
1717

1818
set(INCLUDE_UNIT_EXT ${CMAKE_CURRENT_SOURCE_DIR})

tests/unit-ext/module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
set(JERRYX_MODULE_UNITTEST_NAME unit-test-jerry-module)
1717
project (${JERRYX_MODULE_UNITTEST_NAME} C)
1818

tests/unit-math/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required (VERSION 2.8.12)
15+
cmake_minimum_required (VERSION 3.5)
1616
project (unit-math C)
1717

1818
# Unit tests main modules

0 commit comments

Comments
 (0)