this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix cpuid typo

Thomas A 110ece22 66136c58

+1 -1
+1 -1
cmake/compiler_include.cmake
··· 2 2 # such as stdbool.h or xmmintrin.h 3 3 function(GetCompilerInclude OutputVar) 4 4 if (TARGET_x86_64 OR TARGET_i386) 5 - set(COMPILER_INCLUDE_HEADER_NAME "cupid") 5 + set(COMPILER_INCLUDE_HEADER_NAME "cpuid") 6 6 else() 7 7 set(COMPILER_INCLUDE_HEADER_NAME "stdbool") 8 8 endif ()