Skip to content

Commit

Permalink
Revert "Update minimum required CMake version to 3.28 (#338)" (#346)
Browse files Browse the repository at this point in the history
This reverts commit 3c1064d.
  • Loading branch information
SavenkovIgor authored Mar 16, 2024
1 parent 3c1064d commit 48a4391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/AppBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ jobs:
with:
clang-format-version: 16

# - name: Update apt
# run: |
# wget https://apt.llvm.org/llvm.sh
# chmod +x llvm.sh
# sudo ./llvm.sh 17 all

# - name: Install clang-tools-17 for modules deps search
# run: sudo apt install clang-tools-17

- name: Install latest cmake and ninja
uses: lukka/get-cmake@latest

Expand Down
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
# SPDX-License-Identifier: GPL-3.0-or-later


cmake_minimum_required (VERSION 3.25)
cmake_minimum_required (VERSION 3.22.0)

project (TermGraph
VERSION 2.0.0
DESCRIPTION "Terms diagram builder. Polish your knowledge with accurate definitions."
HOMEPAGE_URL "https://termgraph.app/"
LANGUAGES CXX)

# set (CMAKE_CXX_SCAN_FOR_MODULES False)

if (${CMAKE_SYSTEM_NAME} STREQUAL "Emscripten")
set (WASM "True")
endif ()
Expand Down

0 comments on commit 48a4391

Please sign in to comment.