Skip to content

Commit

Permalink
CMake: Set minimum version to 3.12 (#680)
Browse files Browse the repository at this point in the history
Using an OBJECT library to link the bundled jsoncpp into a SHARED
libopenshot fails with CMake versions up to 3.11.
  • Loading branch information
ferdnyc committed May 30, 2021
1 parent 129619f commit 7988f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -24,7 +24,7 @@
# along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
################################################################################

cmake_minimum_required(VERSION 3.2...3.14 FATAL_ERROR)
cmake_minimum_required(VERSION 3.12...3.20 FATAL_ERROR)

message("\
-----------------------------------------------------------------
Expand Down

0 comments on commit 7988f1a

Please sign in to comment.