CMake update cmake_minimum_required (VERSION 3.10) (#5187)
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
project (Jerry C)
|
project (Jerry C)
|
||||||
|
|
||||||
if(NOT DEFINED PYTHON)
|
if(NOT DEFINED PYTHON)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
set(JERRY_CORE_NAME jerry-core)
|
set(JERRY_CORE_NAME jerry-core)
|
||||||
project (${JERRY_CORE_NAME} C)
|
project (${JERRY_CORE_NAME} C)
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
set(JERRY_EXT_NAME jerry-ext)
|
set(JERRY_EXT_NAME jerry-ext)
|
||||||
project (${JERRY_EXT_NAME} C)
|
project (${JERRY_EXT_NAME} C)
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
project (jerry-main C)
|
project (jerry-main C)
|
||||||
|
|
||||||
# Optional build settings
|
# Optional build settings
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
set(JERRY_MATH_NAME jerry-math)
|
set(JERRY_MATH_NAME jerry-math)
|
||||||
project (${JERRY_MATH_NAME} C)
|
project (${JERRY_MATH_NAME} C)
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
set(JERRY_PORT_NAME jerry-port)
|
set(JERRY_PORT_NAME jerry-port)
|
||||||
project (${JERRY_PORT_NAME} C)
|
project (${JERRY_PORT_NAME} C)
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
project (unit-core C)
|
project (unit-core C)
|
||||||
|
|
||||||
if (NOT IS_ABSOLUTE ${FEATURE_PROFILE})
|
if (NOT IS_ABSOLUTE ${FEATURE_PROFILE})
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
project (unit-doc C)
|
project (unit-doc C)
|
||||||
find_package(PythonInterp REQUIRED)
|
find_package(PythonInterp REQUIRED)
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
project (unit-ext C)
|
project (unit-ext C)
|
||||||
|
|
||||||
set(INCLUDE_UNIT_EXT ${CMAKE_CURRENT_SOURCE_DIR})
|
set(INCLUDE_UNIT_EXT ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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)
|
set(JERRYX_MODULE_UNITTEST_NAME unit-test-jerry-module)
|
||||||
project (${JERRYX_MODULE_UNITTEST_NAME} C)
|
project (${JERRYX_MODULE_UNITTEST_NAME} C)
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.10)
|
||||||
project (unit-math C)
|
project (unit-math C)
|
||||||
|
|
||||||
# Unit tests main modules
|
# Unit tests main modules
|
||||||
|
|||||||
Reference in New Issue
Block a user