projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7719710
)
Revert "build: Update cmake_minimum_required(VERSION 3.11.3)"
author
Mike Weiblen
<mikew@lunarg.com>
Fri, 10 May 2019 19:58:36 +0000
(13:58 -0600)
committer
Mike Weiblen
<mikew@lunarg.com>
Thu, 16 May 2019 16:23:26 +0000
(10:23 -0600)
This reverts PR 184 and its commit
124130ec3b181b2bb8a3c1cb0abe6d7259f995e2
.
Change-Id: Ie55ef1a3a2aa1322cf960866e1bde7fa4e7b29fd
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index d0b135e0680bfa3180007815ae48739847cb298b..9ac5ce8350baee44268bb33eb42443eb18f433de 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-15,7
+15,7
@@
# limitations under the License.
# ~~~
-cmake_minimum_required(VERSION 3.
11.3
)
+cmake_minimum_required(VERSION 3.
4
)
# Apple: Must be set before enable_language() or project() as it may influence configuration of the toolchain and flags.
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment version")