mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 13:22:21 +01:00
14 lines
645 B
Diff
14 lines
645 B
Diff
diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt
|
|
index 1336ebe..ceb926b 100644
|
|
--- a/3rdparty/CMakeLists.txt
|
|
+++ b/3rdparty/CMakeLists.txt
|
|
@@ -102,7 +102,7 @@ if (WZ_ENABLE_BASIS_UNIVERSAL)
|
|
message(FATAL_ERROR "Failed to create directory for basis_universal_host_build")
|
|
endif()
|
|
execute_process(
|
|
- COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=Release "${CMAKE_CURRENT_SOURCE_DIR}/basis_universal_host_build"
|
|
+ COMMAND ${CMAKE_COMMAND} -G Ninja -DCMAKE_BUILD_TYPE=Release "${CMAKE_CURRENT_SOURCE_DIR}/basis_universal_host_build"
|
|
WORKING_DIRECTORY "${BASISU_BINARY_DIR}"
|
|
RESULT_VARIABLE _basis_result
|
|
)
|