Bump cmake to v1.3.0

This commit is contained in:
Steffen Winter 2024-01-07 18:59:21 +01:00
parent 36842a3bcc
commit 4ab43fd159
No known key found for this signature in database
GPG Key ID: C71210D2D5BB9DC3
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
endif()
project("btop"
VERSION 1.2.13
VERSION 1.3.0
DESCRIPTION "A monitor of resources"
HOMEPAGE_URL "https://github.com/aristocratos/btop"
LANGUAGES CXX
@ -97,7 +97,7 @@ if(BTOP_WERROR)
endif()
if(NOT APPLE)
target_compile_options(btop PRIVATE -fstack-clash-protection)
target_compile_options(btop PRIVATE -fstack-clash-protection)
endif()
check_cxx_compiler_flag(-fstack-protector HAS_FSTACK_PROTECTOR)
if(HAS_FSTACK_PROTECTOR)