Build: Skip install of list_cpu_features.

This commit is contained in:
Unknown W. Brackets 2023-02-26 15:58:40 -08:00
parent c062b78b55
commit 0981c28224

View file

@ -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)