Skip to content

Commit

Permalink
CI: Gaugauh
Browse files Browse the repository at this point in the history
  • Loading branch information
DatCaptainHorse committed Aug 14, 2024
1 parent 6c55096 commit e5c1fb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
cmake_minimum_required(VERSION 3.29)

cmake_policy(SET CMP0067 NEW)
cmake_policy(SET CMP0155 NEW)

project(ChatNotifier)

set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF) # We don't want to use any compiler-specific extensions
set(CMAKE_CXX_SCAN_FOR_MODULES ON) # We use C++20, might as well use modules

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/modules")

Expand Down

0 comments on commit e5c1fb8

Please sign in to comment.