We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36a1d9 commit b57d500Copy full SHA for b57d500
CMakeLists.txt
@@ -98,9 +98,6 @@ if(KIWI_USE_CPUINFO)
98
set ( ADDITIONAL_FLAGS ${ADDITIONAL_FLAGS} "-DKIWI_USE_CPUINFO" )
99
100
if(MSVC)
101
- target_compile_options("clog" PUBLIC
102
- /MT
103
- )
104
target_compile_options("cpuinfo" PUBLIC
105
/MT
106
)
@@ -110,11 +107,9 @@ if(KIWI_USE_CPUINFO)
110
107
endif()
111
108
112
109
set ( CPUINFO_OBJECTS_STATIC
113
- $<TARGET_OBJECTS:clog>
114
$<TARGET_OBJECTS:cpuinfo_internals>
115
116
set ( CPUINFO_OBJECTS_SHARED
117
118
$<TARGET_OBJECTS:cpuinfo>
119
120
0 commit comments