Skip to content

Commit 7988f1a

Browse files
authored
CMake: Set minimum version to 3.12 (#680)
Using an OBJECT library to link the bundled jsoncpp into a SHARED libopenshot fails with CMake versions up to 3.11.
1 parent 129619f commit 7988f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
2525
################################################################################
2626

27-
cmake_minimum_required(VERSION 3.2...3.14 FATAL_ERROR)
27+
cmake_minimum_required(VERSION 3.12...3.20 FATAL_ERROR)
2828

2929
message("\
3030
-----------------------------------------------------------------

0 commit comments

Comments
 (0)