mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-05 01:11:32 +00:00
Remove cmake_minimum_required for osx install script
This commit is contained in:
parent
3523ba564a
commit
9a6807f862
1 changed files with 0 additions and 1 deletions
|
@ -860,7 +860,6 @@ if (OPENMW_OSX_DEPLOYMENT AND APPLE)
|
||||||
set(BU_CHMOD_BUNDLE_ITEMS ON)
|
set(BU_CHMOD_BUNDLE_ITEMS ON)
|
||||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
|
||||||
include(BundleUtilities)
|
include(BundleUtilities)
|
||||||
cmake_minimum_required(VERSION 3.1)
|
|
||||||
" COMPONENT Runtime)
|
" COMPONENT Runtime)
|
||||||
|
|
||||||
set(ABSOLUTE_PLUGINS "")
|
set(ABSOLUTE_PLUGINS "")
|
||||||
|
|
Loading…
Reference in a new issue