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:
Yonggang Luo
2024-12-17 17:12:34 +08:00
committed by GitHub
parent b4bc23078a
commit f0a249dfd3
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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})
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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})
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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