Skip to content

Commit

Permalink
Merge pull request #51 from stream-labs/remove-cmake-warning
Browse files Browse the repository at this point in the history
Update minimum CMake version
  • Loading branch information
eugen15 authored Jan 24, 2024
2 parents aa1962f + 6a163a6 commit 71ed172
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.5)
project(lib-streamlabs-ipc)

################################################################################
# CMake Initialize
################################################################################
cmake_minimum_required(VERSION 3.1.3)
cmake_minimum_required(VERSION 3.16)

project(lib-streamlabs-ipc)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR} "${PROJECT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit 71ed172

Please sign in to comment.