Skip to content

Commit

Permalink
Win32 needs 3.30 CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasnkumar committed Dec 24, 2024
1 parent 2fe16ba commit 51c4015
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
cmake_minimum_required(VERSION 3.18)
if (CMAKE_VERSION VERSION_LESS "3.30" AND WIN32)
message(FATAL_ERROR "For Windows systems you need CMake Version 3.30")
endif (CMAKE_VERSION VERSION_LESS "3.30" AND WIN32)

project(ta-lib)

Expand Down

0 comments on commit 51c4015

Please sign in to comment.