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:
82da17c
)
cmake: Fail if Fuchsia
author
Juan Ramos
<juan@lunarg.com>
Tue, 7 Nov 2023 21:04:36 +0000
(14:04 -0700)
committer
Juan Ramos
<114601453+juan-lunarg@users.noreply.github.com>
Tue, 7 Nov 2023 21:24:21 +0000
(14:24 -0700)
Fuchsia builds are only properly supported via the Chromium
build.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 71e7b5b3d94e35bb1222166469a53728f342ffa0..eac59c92b516f7080290ecfca276c8cc18bafe63 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-134,6
+134,8
@@
elseif(CMAKE_SYSTEM_NAME MATCHES "Linux|BSD|DragonFly|GNU")
endif()
elseif(CMAKE_SYSTEM_NAME MATCHES "QNX")
message(FATAL_ERROR "See BUILD.md for QNX build")
+elseif(CMAKE_SYSTEM_NAME MATCHES "Fuchsia")
+ message(FATAL_ERROR "Fuchsia uses Chromium build. See BUILD.gn")
else()
message(FATAL_ERROR "Unsupported Platform!")
endif()