Skip to content

Commit 00fe96f

Browse files
authored
Merge pull request #350 from ferdnyc/cmake-version-out
Bump CMake min-version to 3.2, display during build
2 parents af83903 + 001cf00 commit 00fe96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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.1...3.14 FATAL_ERROR)
27+
cmake_minimum_required(VERSION 3.2...3.14 FATAL_ERROR)
2828

2929
message("\
3030
-----------------------------------------------------------------
@@ -56,7 +56,7 @@ STRING(REGEX REPLACE "\-.*$" "" VERSION_NUM "${PROJECT_VERSION_FULL}")
5656
PROJECT(libopenshot LANGUAGES C CXX VERSION ${VERSION_NUM})
5757

5858
message("
59-
Generating build files for OpenShot
59+
Generating build files for OpenShot with CMake ${CMAKE_VERSION}
6060
Building ${PROJECT_NAME} (version ${PROJECT_VERSION})
6161
SO/API/ABI Version: ${PROJECT_SO_VERSION}
6262
")

0 commit comments

Comments
 (0)