Skip to content

Commit

Permalink
Update minimum required CMake version and disable modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SavenkovIgor committed Mar 16, 2024
1 parent 45de5e3 commit b7ddbee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# SPDX-License-Identifier: GPL-3.0-or-later


cmake_minimum_required (VERSION 3.27)
cmake_minimum_required (VERSION 3.28)

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 b7ddbee

Please sign in to comment.