File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ add_library("${PROJECT_NAME}::${PROJECT_NAME}" ALIAS "${PROJECT_NAME}")
4646
4747file (GLOB_RECURSE HEADERS CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR} /Include/jsonifier/*.hpp" )
4848
49- set (POPCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
50- set (LZCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
51- set (BMI_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
52- set (AVX_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
53- set (AVX2_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
54- set (AVX512_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
49+ set (JSONIFIER- POPCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
50+ set (JSONIFIER- LZCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
51+ set (JSONIFIER- BMI_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
52+ set (JSONIFIER- AVX_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
53+ set (JSONIFIER- AVX2_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
54+ set (JSONIFIER- AVX512_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
5555
5656if (NOT DEFINED JSONIFIER_CPU_INSTRUCTIONS)
5757 include ("JsonifierDetectArchitecture" )
You can’t perform that action at this time.
0 commit comments