File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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.10 )
1616project (Jerry C)
1717
1818if (NOT DEFINED PYTHON)
Original file line number Diff line number Diff line change 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.10 )
1616set (JERRY_CORE_NAME jerry-core)
1717project (${JERRY_CORE_NAME} C)
1818
Original file line number Diff line number Diff line change 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.10 )
1616set (JERRY_EXT_NAME jerry-ext )
1717project (${JERRY_EXT_NAME} C)
1818
Original file line number Diff line number Diff line change 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.10 )
1616project (jerry-main C)
1717
1818# Optional build settings
Original file line number Diff line number Diff line change 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.10 )
1616set (JERRY_MATH_NAME jerry-math)
1717project (${JERRY_MATH_NAME} C)
1818
Original file line number Diff line number Diff line change 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.10 )
1616set (JERRY_PORT_NAME jerry-port)
1717project (${JERRY_PORT_NAME} C)
1818
Original file line number Diff line number Diff line change 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.10 )
1616project (unit-core C)
1717
1818if (NOT IS_ABSOLUTE ${FEATURE_PROFILE} )
Original file line number Diff line number Diff line change 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.10 )
1616project (unit-doc C)
1717find_package (PythonInterp REQUIRED)
1818
Original file line number Diff line number Diff line change 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.10 )
1616project (unit-ext C)
1717
1818set (INCLUDE_UNIT_EXT ${CMAKE_CURRENT_SOURCE_DIR} )
Original file line number Diff line number Diff line change 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.10 )
1616set (JERRYX_MODULE_UNITTEST_NAME unit-test -jerry-module)
1717project (${JERRYX_MODULE_UNITTEST_NAME} C)
1818
You can’t perform that action at this time.
0 commit comments