File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
2929message ("\
3030-----------------------------------------------------------------
@@ -56,7 +56,7 @@ STRING(REGEX REPLACE "\-.*$" "" VERSION_NUM "${PROJECT_VERSION_FULL}")
5656PROJECT (libopenshot LANGUAGES C CXX VERSION ${VERSION_NUM} )
5757
5858message ("
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" )
You can’t perform that action at this time.
0 commit comments