mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
CMake: disable C++ compiler
libcpuid is written in C only, the C++ (CXX) compiler is not required
This commit is contained in:
parent
ea462f761f
commit
fb4abf78bb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ set(LIBCPUID_AGE 0)
|
|||
set(LIBCPUID_REVISION 5)
|
||||
project(
|
||||
cpuid
|
||||
LANGUAGES C CXX ASM_MASM
|
||||
LANGUAGES C ASM_MASM
|
||||
VERSION ${VERSION})
|
||||
|
||||
if(MSVC)
|
||||
|
|
Loading…
Reference in a new issue