Skip to content

Commit 532051e

Browse files
committed
Try to update cmake_minimum_required for osx
1 parent 1629ea3 commit 532051e

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
@@ -860,7 +860,7 @@ if (OPENMW_OSX_DEPLOYMENT AND APPLE)
860860
set(BU_CHMOD_BUNDLE_ITEMS ON)
861861
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
862862
include(BundleUtilities)
863-
cmake_minimum_required(VERSION 3.1)
863+
cmake_minimum_required(VERSION 3.16.0)
864864
" COMPONENT Runtime)
865865

866866
set(ABSOLUTE_PLUGINS "")

0 commit comments

Comments
 (0)