We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b7e6d commit b22b9f3Copy full SHA for b22b9f3
cmake/cpu_features.cmake
@@ -4,5 +4,6 @@ option(CMAKE_POSITION_INDEPENDENT_CODE "" ON)
4
FetchContent_Declare(
5
cpu_features
6
GIT_REPOSITORY https://github.com/google/cpu_features.git
7
+ GIT_TAG 2f5a7bf80ae4c7df3285e23341ec5f37a5254095
8
)
9
FetchContent_MakeAvailable(cpu_features)
0 commit comments