Skip to content

Commit

Permalink
CMake: Drop minimum version to 3.10 (#682)
Browse files Browse the repository at this point in the history
Partially reverts 7988f1a
to restore compatibility with Ubuntu Bionic system CMake.
(However, the incompatibility between CMake < 3.12 and 
the bundled jsoncpp build targets still exists, despite this change.)
  • Loading branch information
ferdnyc committed Jun 3, 2021
1 parent 0b783ee commit 6562824
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.12...3.20 FATAL_ERROR)
cmake_minimum_required(VERSION 3.10...3.20 FATAL_ERROR)

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

0 comments on commit 6562824

Please sign in to comment.