aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobmikh <rob.mikh@outlook.com>2018-06-12 19:46:36 -0700
committerrobmikh <rob.mikh@outlook.com>2018-06-12 19:46:36 -0700
commitc0555b0b3353c8ab37c1c9ba77ecdb87a44791b0 (patch)
tree11a8e6f52e73d301519707cad50b846e33684eeb
parent8f8c673e561f4621fea0018b090b25d0f62f0258 (diff)
downloadvcpkg-c0555b0b3353c8ab37c1c9ba77ecdb87a44791b0.tar.gz
vcpkg-c0555b0b3353c8ab37c1c9ba77ecdb87a44791b0.zip
Minor cleanup
-rw-r--r--ports/angle/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/angle/CMakeLists.txt b/ports/angle/CMakeLists.txt
index 9e06fac07..4953cac27 100644
--- a/ports/angle/CMakeLists.txt
+++ b/ports/angle/CMakeLists.txt
@@ -219,6 +219,7 @@ elseif(WINDOWS_DESKTOP)
angle::renderer::opengl
)
else()
+ set(LIBANGLE_RENDERER_PLATFORM )
endif()
add_library(libANGLE STATIC ${LIBANGLE_SOURCES})