Skip to content

Commit

Permalink
Bump cmake minimum to 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
meshula committed Nov 18, 2023
1 parent 4378598 commit a80d6d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.15)

# Allow overriding of MSVC runtime library linkage via the standard CMake variable
# e.g. -DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded"
cmake_policy(SET CMP0091 NEW)

include_guard()

project(LabSound)
Expand Down

0 comments on commit a80d6d7

Please sign in to comment.