Skip to content

Commit

Permalink
SAIL: Require CMake 3.12 to link against object libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Feb 23, 2023
1 parent cca1b33 commit 1dc7900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.12)

project(SAIL VERSION 0.9.0
DESCRIPTION "Squirrel Abstract Image Library"
Expand Down

0 comments on commit 1dc7900

Please sign in to comment.