mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build: Skip install of list_cpu_features.
This commit is contained in:
parent
c062b78b55
commit
0981c28224
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ endif()
|
|||
|
||||
# This works around a bug in cpu_features when ${CMAKE_BINARY_DIR} != ${CMAKE_CURRENT_BINRARY_DIR}.
|
||||
# We also disable the list_cpu_features binary.
|
||||
add_subdirectory(cmake/cpu_features)
|
||||
add_subdirectory(cmake/cpu_features EXCLUDE_FROM_ALL)
|
||||
|
||||
set(SKIP_GLSLANG_INSTALL ON CACHE BOOL "" FORCE)
|
||||
set(ENABLE_GLSLANG_INSTALL OFF)
|
||||
|
|
Loading…
Add table
Reference in a new issue